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

  /external/opencv/cvaux/src/
camshift.cpp 176 cvSetHistBinRanges( m_hist, m_hist_ranges, 1 );
  /external/opencv/cv/src/
cvhistogram.cpp 79 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
117 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
710 CV_CALL( cvSetHistBinRanges( dst, thresh, CV_IS_UNIFORM_HIST(src)));
721 cvSetHistBinRanges( CvHistogram* hist, float** ranges, int uniform )
723 CV_FUNCNAME( "cvSetHistBinRanges" );
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
cvcompat.h 123 #define cvSetHistThresh cvSetHistBinRanges
    [all...]

Completed in 72 milliseconds