Moments Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodMoments
Default constructor. All moment values are set to 0.
Public methodMoments(Byte, Boolean)
Calculates all of the moments up to the third order of a polygon or rasterized shape.
Public methodMoments(Single, Boolean)
Calculates all of the moments up to the third order of a polygon or rasterized shape.
Public methodMoments(InputArray, Boolean)
Calculates all of the moments up to the third order of a polygon or rasterized shape.
Public methodMoments(IEnumerablePoint, Boolean)
Calculates all of the moments up to the third order of a polygon or rasterized shape.
Public methodMoments(IEnumerablePoint2f, Boolean)
Calculates all of the moments up to the third order of a polygon or rasterized shape.
Public methodMoments(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Initializes a new instance of the Moments class
Top
See Also

Reference