November 2019
Intermediate to advanced
304 pages
8h 40m
English
In step 1, if we don't need a random flip but a specified mode of flip (deterministic), then we can do the following:
int flipMode = 0;ImageTransform flipTransform = new FlipImageTransform(flipMode);
flipMode is the deterministic flip mode.
In step 2, we passed in two attributes: Random(seed) and delta. delta is the magnitude in which an image is warped. Check the following image sample for the demonstration of image warping:
