can anyone give the recover image rotation code?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
anika hossain
am 5 Sep. 2015
Kommentiert: Image Analyst
am 12 Apr. 2016
I need to recover an rotated image. I found the solution in MATLAB solution:
but I am not able to use it. It would be helpful if anyone could provide the code.
4 Kommentare
Image Analyst
am 5 Sep. 2015
Bearbeitet: Image Analyst
am 5 Sep. 2015
If all you have is a final, rotated image, and no original image to compare it to, then obviously there is no way to find out how much your only image was rotated, or even if it was rotated. Rotation has to be compared to something.
Look at this image.
Now, if I tell you it's rotated, but don't tell you anything else, can you tell me how much it was rotated?
Akzeptierte Antwort
Image Analyst
am 5 Sep. 2015
You can use imrotate() if you know the angle. If you don't know the angle you'll have to figure it out - it's not hard, just the arctangent of the ratio of the length of the two black triangle sides.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!