<< cv_rgb2gray_path ComputerVision cv_shi_cornerdetection >>

ComputerVision >> ComputerVision > cv_rotate

cv_rotate

Rotate Image

Calling Sequence

cv_rotate(image, angle)

Arguments

image

Image to be Rotated grayscale/rgb

angle

Angle with which the image is to be rotated integer

Description

Rotating an Image.

Takes an input image from user and rotates it to a specific angle provided by the User. It gives an error if the Image is not correct i.e it is not n-darray

Examples

cv_rotate(image1,90)

See Also


Report an issue
<< cv_rgb2gray_path ComputerVision cv_shi_cornerdetection >>