Click or drag to resize

IBlobInfoGetBlobRegionMapCompacted Method

Gets the blob region map in compacted form.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBlobRegion[][] GetBlobRegionMapCompacted()

Return Value

Type: IBlobRegion
Two dimensional array of rectangular blob regions.
See Also