Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcanny.cpp49 double low_thresh, double high_thresh, int aperture_size ) in cvCanny() argument
80 if( low_thresh > high_thresh ) in cvCanny()
83 CV_SWAP( low_thresh, high_thresh, t ); in cvCanny()
106 (float)high_thresh, buffer )); in cvCanny()
114 uh.f = (float)high_thresh; in cvCanny()
122 high = cvFloor( high_thresh ); in cvCanny()