How to rotate image using code?

no use imrotate(im,angle)

1 Commento

Rik
Rik il 24 Set 2018
Do you mean that doesn't work? Or do you mean you have a homework assignment that tells you to make this?

Accedi per commentare.

 Risposta accettata

Image Analyst
Image Analyst il 24 Set 2018

0 voti

Scan the output image. For each row, column location use the Rotation matrix (from Wikipedia) to determine where in the input image the pixel should come from, and assign it.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by