Home | History | Annotate | Download | only in src

Lines Matching refs:maxval

46                   CvSize roi, uchar thresh, uchar maxval, int type )
57 tab[i] = maxval;
61 tab[i] = maxval;
114 CvSize roi, float thresh, float maxval, int type )
123 v.f = maxval; iMax = v.i;
297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type )
358 if( maxval < 0 )
365 if( maxval < 255 )
366 CV_CALL( cvAndS( dst, cvScalarAll( maxval ), dst ));
392 imaxval = cvRound(maxval);
481 (float)thresh, (float)maxval, type );