ThresholdRangeThreshold Method (ImagePlane, ValueRangeInt32, Rect)

CVB.Net Documentation
Apply the blob analyzer's binarization algorithm to the given input plane and returns a new binarized image.

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

public static Image RangeThreshold(
	ImagePlane plane,
	ValueRange<int> range,
	Rect aoi
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to binarize
range
Type: Stemmer.CvbValueRangeInt32
The gray value range for binarization.
aoi
Type: Stemmer.CvbRect
Area of interest to binarize.

Return Value

Type: Image
Resulting binarized image.
See Also

Reference