NativeMethodsimgproc_compareHist Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_compareHist(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_compareHist( IntPtr h1, IntPtr h2, int method, out double returnValue )
Public Shared Function imgproc_compareHist ( h1 As IntPtr, h2 As IntPtr, method As Integer, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_compareHist( IntPtr h1, IntPtr h2, int method, [OutAttribute] double% returnValue )
static member imgproc_compareHist : h1 : IntPtr * h2 : IntPtr * method : int * returnValue : float byref -> ExceptionStatus
[Missing <param name="h1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_compareHist(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <param name="h2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_compareHist(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_compareHist(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_compareHist(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_compareHist(System.IntPtr,System.IntPtr,System.Int32,System.Double@)"]