1 | initial version |
Drop the old C interface. Use The new one and getRotationMatrix2D function. Your code will be much shorter. Have a look for an example here: http://opencv-code.com/quick-tips/how-to-rotate-image-in-opencv/#more-220
2 | No.2 Revision |
Drop the old C interface. Use The the new one and especially the getRotationMatrix2D function. Your code will be much shorter. Have a look for an example here: http://opencv-code.com/quick-tips/how-to-rotate-image-in-opencv/#more-220