CVB.Net 14.0
BlobResult Struct Reference

Container for a blob analysis result. More...

Inherits IPosition, and ISized.

Public Member Functions

override string ToString ()
 Convert to string. More...
 

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< Point2DMinimumMomentPoints [get]
 Points where the major axis of the blob intersects with the blob's bounding box.
 
- Properties inherited from IPosition
double X [get]
 X coordinate of the position.
 
double Y [get]
 Y coordinate of the position.
 
- Properties inherited from ISized
double Size [get]
 Size of the object.
 

Detailed Description

Container for a blob analysis result.

Member Function Documentation

◆ ToString()

override string ToString ( )

Convert to string.

Returns
String representation of the blob result.