how to orientation of all the fragments or images according to the orientation of text.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ANJANEYA PRASAD
am 30 Mai 2015
Bearbeitet: Salaheddin Hosseinzadeh
am 30 Mai 2015
I have a scanned image and i need to rotate it accordingly text.
0 Kommentare
Akzeptierte Antwort
Salaheddin Hosseinzadeh
am 30 Mai 2015
Bearbeitet: Salaheddin Hosseinzadeh
am 30 Mai 2015
Hi,
You can use radon transform to detect the rotation angle. I think you have to detect the minimum column or row of the radon transform, and based on what row number is this and how you configured radon you know how much it should be rotated.
To rotate the image you can use imrotate function. Have a look at MATLAB help for radon and imrotate.
Let us know if you have prob
Good Luck!
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!