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

Completed in 105 milliseconds