How to rotate the image without using imrotate function.

8 views (last 30 days)
Hello all,
I want to rotate the image in steps of 2deg, I don't have image processing toolbox to use imrotate function, Please let me know how do I rotate the image and also I need to translate the image in the axis.
1. image_rotate(handles.image,deg);
2. image_translate(handles.image,x_value,y_value);
Best Regards, Raghavendra.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!