Click or drag to resize

NativeMethodsimgproc_compareHist1 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static double imgproc_compareHist1(
	IntPtr h1,
	IntPtr h2,
	int method
)

Parameters

h1
Type: SystemIntPtr
h2
Type: SystemIntPtr
method
Type: SystemInt32

Return Value

Type: Double
See Also