Compares two dense histograms

C# | Visual Basic | Visual C++ |
public static double cvCompareHist( IntPtr hist1, IntPtr hist2, HISTOGRAM_COMP_METHOD method )
Public Shared Function cvCompareHist ( _ hist1 As IntPtr, _ hist2 As IntPtr, _ method As HISTOGRAM_COMP_METHOD _ ) As Double
public: static double cvCompareHist( IntPtr hist1, IntPtr hist2, HISTOGRAM_COMP_METHOD method )

- hist1 (IntPtr)
- The first dense histogram.
- hist2 (IntPtr)
- The second dense histogram.
- method (HISTOGRAM_COMP_METHOD)
- Comparison method

Result of the comparison