I have OpenCV 2.4.5
If I run:
cout << getRotationMatrix2D(Point2f(250,250),0,1);
I get a Matrix like this:
[1, 0, 0;
-0, 1, 0]
Consindering I have set a center (250,250) is it right?
1 | initial version |
I have OpenCV 2.4.5
If I run:
cout << getRotationMatrix2D(Point2f(250,250),0,1);
I get a Matrix like this:
[1, 0, 0;
-0, 1, 0]
Consindering I have set a center (250,250) is it right?