Home
last modified time | relevance | path

Searched refs:CV_HIST_SPARSE (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp149 hist_type = cvtest::randInt(rng) % 2 ? CV_HIST_SPARSE : CV_HIST_ARRAY; in get_hist_params()
718 if( hist_type == CV_HIST_SPARSE && in prepare_test_case()
930 if( code > 0 && hist_type == CV_HIST_SPARSE ) in validate_test_results()
/external/opencv/cxcore/include/
Dcxtypes.h802 #define CV_HIST_SPARSE 1 macro
803 #define CV_HIST_TREE CV_HIST_SPARSE
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h741 #define CV_HIST_SPARSE 1 macro
742 #define CV_HIST_TREE CV_HIST_SPARSE
/external/opencv/cv/src/
Dcvhistogram.cpp69 else if( type == CV_HIST_SPARSE ) in cvCreateHist()
696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 )); in cvCopyHist()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2615 else if( type == CV_HIST_SPARSE ) in cvCreateHist()
3082 dst = cvCreateHist( dims1, size1, !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ); in cvCopyHist()