http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Compares two dense histograms
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static double cvCompareHist( IntPtr hist1, IntPtr hist2, HISTOGRAM_COMP_METHOD method ) |
Visual Basic |
---|
Public Shared Function cvCompareHist ( _ hist1 As IntPtr, _ hist2 As IntPtr, _ method As HISTOGRAM_COMP_METHOD _ ) As Double |
Visual C++ |
---|
public: static double cvCompareHist( IntPtr hist1, IntPtr hist2, HISTOGRAM_COMP_METHOD method ) |
Parameters
- hist1
- Type: System..::..IntPtr
The first dense histogram.
- hist2
- Type: System..::..IntPtr
The second dense histogram.
- method
- Type: Emgu.CV.CvEnum..::..HISTOGRAM_COMP_METHOD
Comparison method