Click or drag to resize

IBitmapImageExtractBlobs Method

Extracts blobs from the image. Blob pixels must be non zero, i.e. not black.

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

Parameters

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

Return Value

Type: IBlobInfo
Blob info extracted from image.
See Also