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

  /external/opencv/cv/src/
cvhistogram.cpp 153 if( CV_IS_SPARSE_HIST( temp ))
234 if( !CV_IS_SPARSE_HIST(hist) )
290 if( !CV_IS_SPARSE_HIST(hist) )
797 int is_sparse = CV_IS_SPARSE_HIST( hist );
875 int is_sparse = CV_IS_SPARSE_HIST(hist);
    [all...]
cvpgh.cpp 346 if( CV_IS_SPARSE_HIST( hist ))
cvthresh.cpp 214 if( !CV_IS_HIST(hist) || CV_IS_SPARSE_HIST(hist) || hist->mat.dims != 1 )
  /external/opencv/cxcore/include/
cxtypes.h 827 #define CV_IS_SPARSE_HIST( hist ) \
    [all...]

Completed in 40 milliseconds