Searched refs:low_thresh (Results 1 – 1 of 1) sorted by relevance
49 double low_thresh, double high_thresh, int aperture_size ) in cvCanny() argument80 if( low_thresh > high_thresh ) in cvCanny()83 CV_SWAP( low_thresh, high_thresh, t ); in cvCanny()105 size, (float)low_thresh, in cvCanny()113 ul.f = (float)low_thresh; in cvCanny()121 low = cvFloor( low_thresh ); in cvCanny()