how can i implement imrotate(Mat src,Mat dst,double angle) using OpenCV 2.4.3? there is a function warpAffine() but it does to much more and is confusing. and it crops what goes out of bounds.
i want it to make a bigger the canvas to fit everything. and fill empty spots with black.
See Question&Answers more detail:os