BlobBinarizeAndSearchAll Method (ImagePlane, Int32, Int32)

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

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

public static BlobResult[] BinarizeAndSearchAll(
	ImagePlane plane,
	int min,
	int max
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to process.
min
Type: SystemInt32
Minimum gray value to be considered as an object (inclusive).
max
Type: SystemInt32
Maximum gray value to be considered as an object (inclusive).

Return Value

Type: BlobResult
Unordered blob results.
See Also

Reference