Easiest way to transpose an image (rotate by 90 degrees) using OpenCV?
- by Ben Herila
What is the best way (in c/c++) to rotate an IplImage by 90 degrees? I would assume that there must be something better than transforming it using a matrix, but I can't seem to find anything other than that in the API and online.