The CvBlob type exposes the following members.
Properties
Name | Description | |
---|---|---|
Area |
Area (moment 00)
| |
CentralMoments |
True if central moments are being calculated
| |
Centroid |
Centroid
| |
Contour |
Contour
| |
InternalContours |
Internal contours
| |
Label |
Label assigned to the blob
| |
M00 |
Area (moment 00)
| |
M01 |
Moment 01
| |
M02 |
Moment 02
| |
M10 |
Moment 10
| |
M11 |
Moment 11
| |
M20 |
Moment 20
| |
MaxX |
X max
| |
MaxY |
Y max
| |
MinX |
X min
| |
MinY |
Y min
| |
N02 |
Normalized central moment 02.
| |
N11 |
Normalized central moment 11.
| |
N20 |
Normalized central moment 20.
| |
P1 |
Hu moment 1.
| |
P2 |
Hu moment 2.
| |
Rect |
CvRect(MinX, MinY, MaxX - MinX, MaxY - MinY)
| |
U02 |
Central moment 02
| |
U11 |
Central moment 11
| |
U20 |
Central moment 20
|
See Also