HomeSort by relevance Sort by last modified time
    Searched refs:CV_HIST_SPARSE (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxtypes.h 802 #define CV_HIST_SPARSE 1
803 #define CV_HIST_TREE CV_HIST_SPARSE
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 69 else if( type == CV_HIST_SPARSE )
696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ));
    [all...]

Completed in 22 milliseconds