Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

The code is running but I wish to know how the pixel values are modified in a rotated image

2 views (last 30 days)
I = imread('D:\Nithya\Matlab\Nivedini\TrainDatabase1\flo (1).jpg'); J = imrotate(I,2,'bilinear'); imshow(I) figure, imshow(J)

Answers (1)

Guillaume
Guillaume on 20 Jul 2015

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!