Searched refs:hist_type (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 71 int hist_type; member in CV_BaseHistTest 149 hist_type = cvtest::randInt(rng) % 2 ? CV_HIST_SPARSE : CV_HIST_ARRAY; in get_hist_params() 250 if( hist_type == CV_HIST_ARRAY ) in init_hist() 292 hist[i] = cvCreateHist( cdims, dims, hist_type, r, uniform ); in prepare_test_case() 360 if( hist_type == CV_HIST_ARRAY ) in init_hist() 631 if( hist_type != CV_HIST_ARRAY && test_cpp ) in run_func() 718 if( hist_type == CV_HIST_SPARSE && in prepare_test_case() 729 if( hist_type != CV_HIST_ARRAY && test_cpp ) in run_func() 747 if( hist_type == CV_HIST_ARRAY ) in validate_test_results() 841 if( hist_type == CV_HIST_ARRAY ) in prepare_test_case() [all …]
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 2509 CvType hist_type( CV_TYPE_NAME_HIST, icvIsHist, (CvReleaseFunc)cvReleaseHist, variable
|
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 3825 CvType hist_type( CV_TYPE_NAME_HIST, icvIsHist, (CvReleaseFunc)cvReleaseHist, variable
|