Home
last modified time | relevance | path

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

/external/opencv3/apps/createsamples/
Dutility.cpp697 int inscribe, double maxshiftf, double maxscalef, in icvPlaceDistortedSample() argument
753 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()