BlobBinarizeAndSearch Method (ImagePlane, ValueRangeInt32, BlobFilter)

CVB.Net Documentation
Searches for all blobs in the given plane satisfying the given filter.

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

public static BlobResult[] BinarizeAndSearch(
	ImagePlane plane,
	ValueRange<int> binarizationThreshold,
	BlobFilter filter
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to process.
binarizationThreshold
Type: Stemmer.CvbValueRangeInt32
Minimum and maximum gray values (inclusive) to be considered as an object.
filter
Type: Stemmer.Cvb.FoundationBlobFilter
Filter which blobs are to be returned.

Return Value

Type: BlobResult
Unordered blob results.
See Also

Reference