Click or drag to resize

IBlobRegion Interface

Represents the rectangular region of an extracted blob.

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

The IBlobRegion type exposes the following members.

Properties
  NameDescription
Public propertyBlobArea
Gets the blob actual area in pixels.
Public propertyBlobId
Gets the blob identifier.
Public propertyCenterX
Gets the center x position of the region.
Public propertyCenterXPc
Gets the center x as percentage of image width.
Public propertyCenterY
Gets the center y position of the region.
Public propertyCenterYPc
Gets the center y as percentage of image height.
Public propertyEndX
Gets the end x position of the region.
Public propertyEndY
Gets the end y position of the region.
Public propertyHeight
Gets region height.
Public propertyHeightPc
Gets the height as percentage of image height.
Public propertyStartX
Gets the start x position of the region.
Public propertyStartY
Gets the start y position of the region.
Public propertyWidth
Gets region width.
Public propertyWidthPc
Gets the width as percentage of image width.
Top
See Also