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

  /external/opencv/cv/src/
cvthresh.cpp 221 if( !CV_HIST_HAS_RANGES(hist) || CV_IS_UNIFORM_HIST(hist) )
223 if( CV_HIST_HAS_RANGES(hist) )
cvhistogram.cpp 700 if( CV_HIST_HAS_RANGES( src ))
798 int have_range = CV_HIST_HAS_RANGES(hist);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 830 #define CV_HIST_HAS_RANGES( hist ) \
    [all...]

Completed in 245 milliseconds