Searched refs:maxshiftf (Results 1 – 1 of 1) sorted by relevance
697 int inscribe, double maxshiftf, double maxscalef, in icvPlaceDistortedSample() argument753 xshift = maxshiftf * rand() / RAND_MAX; in icvPlaceDistortedSample()754 yshift = maxshiftf * rand() / RAND_MAX; in icvPlaceDistortedSample()758 cr.width = (int) ((1.0 + maxshiftf) * cr.width ); in icvPlaceDistortedSample()759 cr.height = (int) ((1.0 + maxshiftf) * cr.height); in icvPlaceDistortedSample()