imgSplineRotate: Rotate an image

Description Usage Arguments Value See Also Examples

Description

This function rotates an image using b-spline interpolation and returns a new image.

Usage

1
imgSplineRotate(imgdata, angle)

Arguments

imgdata

The image

angle

The clockwise deg angle to rotate

Value

return an imagedata object

See Also

imgRotate imgNearestNeighborRotate imgBilinearRotate imgCubicRotate imgRotate90Clockwise imgRotate90CounterClockwise

Examples

1
2
3
4
5
	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		y <- imgSplineRotate(x, 45)
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.