Moments Constructor |
| Name | Description | |
|---|---|---|
| Moments |
Default constructor.
All moment values are set to 0.
| |
| Moments(Byte, Boolean) |
Calculates all of the moments
up to the third order of a polygon or rasterized shape.
| |
| Moments(Single, Boolean) |
Calculates all of the moments
up to the third order of a polygon or rasterized shape.
| |
| Moments(InputArray, Boolean) |
Calculates all of the moments
up to the third order of a polygon or rasterized shape.
| |
| Moments(IEnumerablePoint, Boolean) |
Calculates all of the moments
up to the third order of a polygon or rasterized shape.
| |
| Moments(IEnumerablePoint2f, Boolean) |
Calculates all of the moments
up to the third order of a polygon or rasterized shape.
| |
| Moments(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) | Initializes a new instance of the Moments class |