ThresholdRangeThresholdToDst Method (ImagePlane, ValueRangeInt32, Image, Rect)

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,
	Rect aoi
)

Parameters

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

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 aoi in terms of size.

aoi
Type: Stemmer.CvbRect

[Missing <param name="aoi"/> documentation for "M:Stemmer.Cvb.Foundation.Threshold.RangeThresholdToDst(Stemmer.Cvb.ImagePlane,Stemmer.Cvb.ValueRange{System.Int32},Stemmer.Cvb.Image,Stemmer.Cvb.Rect)"]

Remarks

Please note that despite the fact that it is possible to specify an area of interest, the binarized data will always be located in the top left corner of the image.
See Also

Reference