I am using opencv warpPerspective
to generate images with different rotation to evaluate my feature point detection algorithm.
In homography matrix, the up-left 2x2 matrix is the rotation matrix, as referred here.
But the result is a rotation about the origin( the up-left corner), how can I modify the homography matrix to rotate the image about its center?
Regards.