ThresholdRangeThresholdToDst Method (ImagePlane, ValueRangeInt32, Image)

CVB.Net Documentation
Apply the blob analyzer's binarization algorithm to the given input plane. ///

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static void RangeThresholdToDst(
	ImagePlane plane,
	ValueRange<int> range,
	Image dst
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to binarize
range
Type: Stemmer.CvbValueRangeInt32
The gray value range for binarization.
dst
Type: Stemmer.CvbImage

Destination image to receive the binarization result.

This image must have one plane only with 8 bits per pixel and be compatible with the input plane in terms of size.

See Also

Reference