Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_histograms.cpp148 hist_type = cvtest::randInt(rng) % 2 ? CV_HIST_SPARSE : CV_HIST_ARRAY; in get_hist_params()
706 if( hist_type == CV_HIST_SPARSE && in prepare_test_case()
915 if( code > 0 && hist_type == CV_HIST_SPARSE ) in validate_test_results()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h810 #define CV_HIST_SPARSE 1 macro
811 #define CV_HIST_TREE CV_HIST_SPARSE
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dhistogram.cpp2386 else if( type == CV_HIST_SPARSE ) in cvCreateHist()
2853 dst = cvCreateHist( dims1, size1, !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ); in cvCopyHist()