Click or drag to resize

IBlobInfo Interface

Represents blobs extracted from a source image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public interface IBlobInfo

The IBlobInfo type exposes the following members.

Properties
  NameDescription
Public propertyBlobCount
Gets the blob count.
Public propertyBlobIdMap
Gets the blob identifier map. Each element represents a blob identifier that maps to a pixel in the source image.
Public propertyHeight
Gets the source image height.
Public propertyWidth
Gets the source image width.
Top
Methods
See Also