HomeSort by relevance Sort by last modified time
    Searched refs:CV_IS_SPARSE_HIST (Results 1 - 6 of 6) 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/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 827 #define CV_IS_SPARSE_HIST( hist ) \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 766 #define CV_IS_SPARSE_HIST( hist ) \
    [all...]

Completed in 291 milliseconds