Click or drag to resize

IBitmapImageCountBlobs Method

Counts the blobs in the image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
int CountBlobs(
	PerformancePriority perfPriority
)

Parameters

perfPriority
Type: CohesiveComputing.ImagingPerformancePriority
The performance priority (range or speed).

Return Value

Type: Int32
The number of blobs in the image.
See Also