Searched refs:base_half (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
D | compareHist_Demo.cpp | 82 double base_half = compareHist( hist_base, hist_half_down, compare_method ); in main() local 86 …se-Half, Base-Test(1), Base-Test(2) : %f, %f, %f, %f \n", i, base_base, base_half , base_test1, ba… in main()
|
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_comparison/ |
D | histogram_comparison.markdown | 123 double base_half = compareHist( hist_base, hist_half_down, compare_method ); 127 …se-Half, Base-Test(1), Base-Test(2) : %f, %f, %f, %f \n", i, base_base, base_half , base_test1, ba…
|