NativeMethodsimgproc_moments Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static MomentsNativeStruct imgproc_moments( IntPtr arr, int binaryImage )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_moments ( arr As IntPtr, binaryImage As Integer ) As MomentsNativeStruct
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static MomentsNativeStruct imgproc_moments( IntPtr arr, int binaryImage )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_moments : arr : IntPtr * binaryImage : int -> MomentsNativeStruct
OpenCvSharp.NativeMethods.imgproc_moments = function(arr, binaryImage);