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

  /external/opencv/cvaux/src/
camshift.cpp 186 cvGetMinMaxHistValue( m_hist, 0, &max_val );
  /external/opencv/cv/src/
cvmotempl.cpp 333 cvGetMinMaxHistValue( hist, 0, 0, 0, &base_orient );
cvhistogram.cpp 273 cvGetMinMaxHistValue( const CvHistogram* hist,
279 CV_FUNCNAME( "cvGetMinMaxHistValue" );
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 713 CVAPI(void) cvGetMinMaxHistValue( const CvHistogram* hist,
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 574 ////////////// cvGetMinMaxHistValue //////////////
641 cvGetMinMaxHistValue( hist[0], &min_val, &max_val, min_idx, max_idx );
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 819 milliseconds