matchShapes      3562 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W double matchShapes( InputArray contour1, InputArray contour2,
matchShapes      1368 modules/imgproc/misc/java/test/ImgprocTest.java         double distance = Imgproc.matchShapes(contour1, contour2, Imgproc.CV_CONTOURS_MATCH_I1, 1);
matchShapes       158 modules/imgproc/src/matchcontours.cpp     return cv::matchShapes(contour1, contour2, method, parameter);