| imgRotate90CounterClockwise {biOps} | R Documentation |
This function rotates the image 90 degrees counter-clockwise.
imgRotate90CounterClockwise(imgdata)
imgdata |
The image |
return an imagedata object
## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgRotate90CounterClockwise(x)
## End(Not run)