我需要以非常小的角度旋转图像,如1-5度.是否OpenCV中提供这样做的简单的方法?从阅读文档我可以假设getAffineTransform()应该参与,但没有直接的例子做如下:
IplImage *rotateImage( IplImage *source, double angle);
opencv image-manipulation
image-manipulation ×1
opencv ×1