how to calculate the angle of rotated image

1 vue (au cours des 30 derniers jours)
Mahmoud Hassan
Mahmoud Hassan le 21 Oct 2018
Réponse apportée : KSSV le 22 Oct 2018

If i have an image that is already rotated ... lets say just like the image attached ... how can i calculate the angle of the rotation and rotate the image again to return it to its normal "straight"

  2 commentaires
madhan ravi
madhan ravi le 21 Oct 2018
Modifié(e) : madhan ravi le 21 Oct 2018
upload your code
Mahmoud Hassan
Mahmoud Hassan le 21 Oct 2018
bro , my code isn't concerned with what i wanna do now ... if u received this image from a scanner ... how can u rotate this image to make it straight ... and you don't know the angle of rotation

Connectez-vous pour commenter.

Réponses (1)

KSSV
KSSV le 22 Oct 2018
I = imread('Empreinte3.bmp') ;
I1 = imrotate(I, 90) ;
imshow(I1) ;

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by