Base |
The BaseFoundImageProcessingObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Angle | The angle of the first side (i. e. the width of the smallest bounding box) relative to the x axis in rad, measured counterclockwise. |
![]() | Area | The area enclosed of the object's contour. |
![]() | Center | The center of the object in micrometers in world coordinates in the workspace's coordinate system. |
![]() | DistanceToOrigin | Distance of the object's center to the workspace's center in world coordinates in the workspace's coordinate system. |
![]() | DistanceToRoiCenter | The distance between the found object's center and the center of the region of interest in which the object has been found. |
![]() | ImageIndex | The image processing plug-in has a ring buffer array of images where the result of an object finding process is stored. This index is stored here. |
![]() | Length | The length or circumference of the object's contour. |
![]() | ObjectColor | The color a found object will have when drawn in a result image. |
![]() | ObjectUnit | The unit the found object's coordinate are in. Pixel or millimeter. |
![]() | RoiCenter | The center of the region of interest in which the object has been found in micrometers in world coordinates in the workspace's coordinate system. |
![]() | SearchNo | The sequential number of the search which is done during the image processing job. I. e. an identifier for the 1st, 2nd or 3rd search an object has been found in; the value is 1, 2 or 3. |
![]() | Size | The size of the (possibly rotated) bounding box around the object. |
![]() | UnitFactor | Unit factor to convert micrometers into millimeters in case the unit is not pixel. |