NativeMethodsimgproc_moments Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_moments(System.IntPtr,System.Int32,OpenCvSharp.Moments.NativeStruct@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_moments( IntPtr arr, int binaryImage, out MomentsNativeStruct returnValue )
Public Shared Function imgproc_moments ( arr As IntPtr, binaryImage As Integer, <OutAttribute> ByRef returnValue As MomentsNativeStruct ) As ExceptionStatus
public: static ExceptionStatus imgproc_moments( IntPtr arr, int binaryImage, [OutAttribute] MomentsNativeStruct% returnValue )
static member imgproc_moments : arr : IntPtr * binaryImage : int * returnValue : MomentsNativeStruct byref -> ExceptionStatus
[Missing <param name="arr"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_moments(System.IntPtr,System.Int32,OpenCvSharp.Moments.NativeStruct@)"]
[Missing <param name="binaryImage"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_moments(System.IntPtr,System.Int32,OpenCvSharp.Moments.NativeStruct@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_moments(System.IntPtr,System.Int32,OpenCvSharp.Moments.NativeStruct@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_moments(System.IntPtr,System.Int32,OpenCvSharp.Moments.NativeStruct@)"]