Container for a blob analysis result. More...
Inherits IPosition, and ISized.
Public Member Functions | |
| override string | ToString () |
| Convert to string. | |
Public Attributes | |
| readonly Point2Dd | Center |
| Position of the blob's center. | |
Properties | |
| double | X [get] |
Same as Center.X. | |
| double | Y [get] |
Same as Center.Y. | |
| double | Size [get] |
| Size (area) of the blob in pixels. | |
| Rect | BoundingBox [get] |
| Bounding box of the blob. | |
| double | MinimumMoment [get] |
| Minimum inertial moment (smaller 2nd order moment translated into the blob's major/minor axis coordinate system) of the blob. | |
| double | MaximumMoment [get] |
| Maximum inertial moment (larger 2nd order moments translated into the blob's major/minor axis coordinate system) of the blob. | |
| double | MomentRatio [get] |
| Ratio of the MinimumMoment and the MaximumMoment of this blob. | |
| Angle | MomentAngle [get] |
| Angle between major moment axis and the x-axis. | |
| IList< Point2D > | MinimumMomentPoints [get] |
| Points where the major axis of the blob intersects with the blob's bounding box. | |
Container for a blob analysis result.
| override string ToString | ( | ) |
Convert to string.