-
FDistort.affine(double a11,
double a12,
double a21,
double a22,
double dx,
double dy)
Affine transform from input to output
Sets the border to a fixed gray-scale value
Sets how the interpolation handles borders.
Sets the border to EXTEND.
FDistort.cached(boolean cached)
used to turn on and off caching of the distortion
Specifies the input and output image and sets interpolation to BILINEAR, black image border, cache is off.
used to provide a custom interpolation algorithm
Specifies the interpolation used by type.
Sets interpolation to use nearest-neighbor
Changes the output image.
FDistort.rotate(double angleInputToOutput)
Applies a distortion which will rotate the input image by the specified number of radians.
Applies a distortion which will rescale the input image into the output image.
All this does is set the references to the images.
Used to manually specify a transform.
Used to manually specify a transform.