Searched defs:compareHist (Results 1 – 2 of 2) sorted by relevance
2272 double cv::compareHist( InputArray _H1, InputArray _H2, int method ) in compareHist() function in cv2478 double cv::compareHist( const SparseMat& H1, const SparseMat& H2, int method ) in compareHist() function in cv
1879 public static double compareHist(Mat H1, Mat H2, int method) in compareHist() method in Imgproc