Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
The function is useful for automatic image straightening.
Three different approaches how to find the image orientation were implemented: Fourier transform, Hough transform and region properties.
The principle of using Fourier transformation for orientation detection is well described at: http://homepages.inf.ed.ac.uk/rbf/HIPR2/fourier.htm
Hough transformation finds lines in the picture. The description of Hough transformation is at: http://homepages.inf.ed.ac.uk/rbf/HIPR2/hough.htm
In a similar problem, horizon detection, only the longest line determines the image orientation: http://www.ijceronline.com/papers/Vol3_issue3/AK03202260233.pdf
However, in text orientation detection it is beneficial to consider all lines' direction to improve signal-to-noise ratio. This late approach is implemented.
Finally region properties binarizes the image and then uses REGIONPROPS from Image Processing Toolbox to calculate blob's orientation.
Cita come
Jan Motl (2026). Straighten image (https://it.mathworks.com/matlabcentral/fileexchange/40239-straighten-image), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: Electrocardiograph Paper Digitizer, Optimizer and Reader
Informazioni generali
- Versione 1.4.0.0 (5,34 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
