HomeSort by relevance Sort by last modified time
    Searched full:randscale (Results 1 - 1 of 1) sorted by null

  /external/opencv3/apps/createsamples/
utility.cpp 716 double xshift, yshift, randscale; local
761 randscale = maxscalef * rand() / RAND_MAX;
762 cr.x -= (int) ( 0.5 * randscale * cr.width );
763 cr.y -= (int) ( 0.5 * randscale * cr.height );
764 cr.width = (int) ((1.0 + randscale) * cr.width );
765 cr.height = (int) ((1.0 + randscale) * cr.height);
    [all...]

Completed in 131 milliseconds