Searched refs:CV_HIST_SPARSE (Results 1 – 5 of 5) sorted by relevance
149 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()
802 #define CV_HIST_SPARSE 1 macro803 #define CV_HIST_TREE CV_HIST_SPARSE
741 #define CV_HIST_SPARSE 1 macro742 #define CV_HIST_TREE CV_HIST_SPARSE
69 else if( type == CV_HIST_SPARSE ) in cvCreateHist()696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 )); in cvCopyHist()
2615 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()