Searched refs:CV_HIST_SPARSE (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h802 #define CV_HIST_SPARSE 1 macro
803 #define CV_HIST_TREE CV_HIST_SPARSE
/external/opencv/cv/src/
H A Dcvhistogram.cpp69 else if( type == CV_HIST_SPARSE )
696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ));

Completed in 195 milliseconds