imgVerticalMirroring {biOps} | R Documentation |
This function flips an image about the x axis.
imgVerticalMirroring(imgdata)
imgdata |
The image |
return an imagedata object
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) y <- imgVerticalMirroring(x) ## End(Not run)