![]() | IBlobInfo Interface |
Namespace: CohesiveComputing.Imaging
public interface IBlobInfo
The IBlobInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlobCount |
Gets the blob count.
|
![]() | BlobIdMap |
Gets the blob identifier map. Each element represents a blob identifier that maps to a pixel in the source image.
|
![]() | Height |
Gets the source image height.
|
![]() | Width |
Gets the source image width.
|
Name | Description | |
---|---|---|
![]() | GetBlobRegionMapCompacted |
Gets the blob region map in compacted form.
|
![]() | GetBlobRegions |
Gets the rectangular blob regions from the blob id map.
|
![]() | ToGreyScaleImage(FuncInt32, Int32) |
Converts instance to greyscale image.
|
![]() | ToGreyScaleImage(Int32, Int32, Int32, Int32, FuncInt32, Int32) |
Converts instance to greyscale image.
|
![]() | ToString |
Returns a string representation of the blob Id map in compacted form.
|