BlobSearchAll Method

CVB.Net Documentation
Searches for all blobs in the given binarizedImage.

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

public static BlobResult[] SearchAll(
	Image binarizedImage
)

Parameters

binarizedImage
Type: Stemmer.CvbImage
Image consisting only of 0 and 255 values.

Return Value

Type: BlobResult
Unordered blob results.
Remarks

The binarizedImage is an Int8BppUnsigned image containing pixels with values 0 or 255. 255 marks an object.
See Also

Reference