imgRotate90CounterClockwise {biOps}R Documentation

Rotate an image

Description

This function rotates the image 90 degrees counter-clockwise.

Usage

imgRotate90CounterClockwise(imgdata)

Arguments

imgdata The image

Value

return an imagedata object

See Also

imgRotate90Clockwise

Examples

        ## Not run: 
                x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
                y <- imgRotate90CounterClockwise(x)
        
## End(Not run)

[Package biOps version 0.2.1 Index]