Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxtypes.h802 #define CV_HIST_SPARSE 1 macro
803 #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()