[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvGetCentralMoment(OpenCvSharp.CvMoments,System.Int32,System.Int32)"]
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double cvGetCentralMoment( CvMoments moments, int x_order, int y_order )
Parameters
- moments
- Type: OpenCvSharpCvMoments
[Missing <param name="moments"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetCentralMoment(OpenCvSharp.CvMoments,System.Int32,System.Int32)"]
- x_order
- Type: SystemInt32
[Missing <param name="x_order"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetCentralMoment(OpenCvSharp.CvMoments,System.Int32,System.Int32)"]
- y_order
- Type: SystemInt32
[Missing <param name="y_order"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetCentralMoment(OpenCvSharp.CvMoments,System.Int32,System.Int32)"]
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvGetCentralMoment(OpenCvSharp.CvMoments,System.Int32,System.Int32)"]
See Also