Home | History | Annotate | Download | only in src

Lines Matching refs:smax

701         double smin = 0, smax = 0;
703 cvMinMaxLoc( src, &smin, &smax, 0, 0, mask );
704 scale = (dmax - dmin)*(smax - smin > DBL_EPSILON ? 1./(smax - smin) : 0);