MCvMoments Structure |
Namespace: Emgu.CV.Structure
The MCvMoments type exposes the following members.
Name | Description | |
---|---|---|
GravityCenter |
The Gravity Center of this Moment
|
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetCentralMoment |
Retrieves the central moment, which in case of image moments is defined as:
mu_{x_order,y_order}=sum_{x,y}(I(x,y)*(x-x_c)^{x_order} * (y-y_c)^{y_order}),
where x_c=M10/M00, y_c=M01/M00 - coordinates of the gravity center
| |
GetHashCode | (Inherited from ValueType.) | |
GetHuMoment |
Get the HuMoments
| |
GetNormalizedCentralMoment |
Retrieves normalized central moment, which in case of image moments is defined as:
eta_{x_order,y_order}=mu_{x_order,y_order} / M00^{(y_order+x_order)/2+1},
where mu_{x_order,y_order} is the central moment
| |
GetSpatialMoment |
Retrieves the spatial moment, which in case of image moments is defined as:
M_{x_order,y_order}=sum_{x,y}(I(x,y) * x^{x_order} * y^{y_order})
where I(x,y) is the intensity of the pixel (x, y).
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Name | Description | |
---|---|---|
InvSqrtM00 |
m00 != 0 ? 1/sqrt(m00) : 0
| |
M00 |
spatial moments
| |
M01 |
spatial moments
| |
M02 |
spatial moments
| |
M03 |
spatial moments
| |
M10 |
spatial moments
| |
M11 |
spatial moments
| |
M12 |
spatial moments
| |
M20 |
spatial moments
| |
M21 |
spatial moments
| |
M30 |
spatial moments
| |
Mu02 |
central moments
| |
Mu03 |
central moments
| |
Mu11 |
central moments
| |
Mu12 |
central moments
| |
Mu20 |
central moments
| |
Mu21 |
central moments
| |
Mu30 |
central moments
|