NativeMethodsimgproc_compareHist1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double imgproc_compareHist1( IntPtr h1, IntPtr h2, int method )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_compareHist1 ( h1 As IntPtr, h2 As IntPtr, method As Integer ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double imgproc_compareHist1( IntPtr h1, IntPtr h2, int method )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_compareHist1 : h1 : IntPtr * h2 : IntPtr * method : int -> float
OpenCvSharp.NativeMethods.imgproc_compareHist1 = function(h1, h2, method);