NativeMethodsimgproc_compareHist1 Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_compareHist1(System.IntPtr,System.IntPtr,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double imgproc_compareHist1(
	IntPtr h1,
	IntPtr h2,
	int method
)

Parameters

h1
Type: SystemIntPtr

[Missing <param name="h1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_compareHist1(System.IntPtr,System.IntPtr,System.Int32)"]

h2
Type: SystemIntPtr

[Missing <param name="h2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_compareHist1(System.IntPtr,System.IntPtr,System.Int32)"]

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_compareHist1(System.IntPtr,System.IntPtr,System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_compareHist1(System.IntPtr,System.IntPtr,System.Int32)"]

See Also

Reference