BlobBinarizeAndSearchAllIn Method (ImagePlane, Rect, ValueRangeInt32)

CVB.Net Documentation
Searches for all blobs in the given image plane's aoi.

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

public static BlobResult[] BinarizeAndSearchAllIn(
	ImagePlane plane,
	Rect aoi,
	ValueRange<int> binarizationThreshold
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to process.
aoi
Type: Stemmer.CvbRect
Region in which blobs are to be searched.
binarizationThreshold
Type: Stemmer.CvbValueRangeInt32
Minimum and maximum gray values (inclusive) to be considered as an object.

Return Value

Type: BlobResult
Unordered blob results.
See Also

Reference