OpenCV Image RotationThe image can be rotated in various angles (90,180,270 and 360). OpenCV calculates the affine matrix that performs affine transformation, which means it does not preserve the angle between the lines or distances between the points, although it preserves the ratio of distances between points lying on the lines. The syntax of the rotate image is the following: Parameters:
Example-1Output: Next TopicOpenCV Drawing Functions |