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

  /external/opencv/cv/src/
cvhistogram.cpp 702 if( CV_IS_UNIFORM_HIST( src ))
710 CV_CALL( cvSetHistBinRanges( dst, thresh, CV_IS_UNIFORM_HIST(src)));
801 if( !have_range || CV_IS_UNIFORM_HIST(hist))
    [all...]
cvthresh.cpp 221 if( !CV_HIST_HAS_RANGES(hist) || CV_IS_UNIFORM_HIST(hist) )
  /external/opencv/cxcore/include/
cxtypes.h 824 #define CV_IS_UNIFORM_HIST( hist ) \
    [all...]

Completed in 28 milliseconds