Home
last modified time | relevance | path

Searched refs:CV_COMP_CORREL (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp1013 result0[CV_COMP_CORREL] += v0*v1; in validate_test_results()
1047 result0[CV_COMP_CORREL] += v0*v1; in validate_test_results()
1077 result0[CV_COMP_CORREL] = fabs(t) > DBL_EPSILON ? in validate_test_results()
1078 (result0[CV_COMP_CORREL] - s0*s1/total_size)/sqrt(t) : 1; in validate_test_results()
1091 i == CV_COMP_CORREL ? "Correlation" : in validate_test_results()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h530 CV_COMP_CORREL =0, enumerator
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_comparison/
Dhistogram_comparison.markdown20 -# **Correlation ( CV_COMP_CORREL )**
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2308 else if( method == CV_COMP_CORREL ) in compareHist()
2459 else if( method == CV_COMP_CORREL ) in compareHist()
2507 else if( method == CV_COMP_CORREL ) in compareHist()
2945 else if( method == CV_COMP_CORREL ) in cvCompareHist()
/external/opencv/cv/src/
Dcvhistogram.cpp455 case CV_COMP_CORREL: in cvCompareHist()
552 case CV_COMP_CORREL: in cvCompareHist()
/external/opencv/cv/include/
Dcv.h859 #define CV_COMP_CORREL 0 in LOAD_CHDL() macro
/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java360 double distance = Imgproc.compareHist(H1, H2, Imgproc.CV_COMP_CORREL); in testCompareHist()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java92 CV_COMP_CORREL = 0, field in Imgproc