Home
last modified time | relevance | path

Searched refs:cvGetMinMaxHistValue (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
Dcamshift.cpp186 cvGetMinMaxHistValue( m_hist, 0, &max_val ); in update_histogram()
/external/opencv/cv/src/
Dcvmotempl.cpp333 cvGetMinMaxHistValue( hist, 0, 0, 0, &base_orient ); in cvCalcGlobalOrientation()
Dcvhistogram.cpp273 cvGetMinMaxHistValue( const CvHistogram* hist, in cvGetMinMaxHistValue() function
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h713 CVAPI(void) cvGetMinMaxHistValue( const CvHistogram* hist,
/external/opencv/cv/include/
Dcv.h845 CVAPI(void) cvGetMinMaxHistValue( const CvHistogram* hist, in LOAD_CHDL()
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp641 cvGetMinMaxHistValue( hist[0], &min_val, &max_val, min_idx, max_idx ); in run_func()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2767 cvGetMinMaxHistValue( const CvHistogram* hist, in cvGetMinMaxHistValue() function