RawMoments Properties |
The RawMoments type exposes the following members.
Name | Description | |
---|---|---|
Area |
Gets the area (for binary images) or sum of
gray level (for grayscale images).
| |
CenterX |
Gets the X centroid of the image.
| |
CenterY |
Gets the Y centroid of the image.
| |
InvM00 |
Inverse raw moment of order (0,0).
| |
M00 |
Raw moment of order (0,0).
| |
M01 |
Raw moment of order (0,1).
| |
M02 |
Raw moment of order (0,2).
| |
M03 |
Raw moment of order (0,3).
| |
M10 |
Raw moment of order (1,0).
| |
M11 |
Raw moment of order (1,1).
| |
M12 |
Raw moment of order (1,2).
| |
M20 |
Raw moment of order (2,0).
| |
M21 |
Raw moment of order (2,1).
| |
M30 |
Raw moment of order (3,0).
| |
Order |
Gets or sets the maximum order of the moments.
(Inherited from MomentsBase.) |