Image retrieving
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
is it possible to get the original image back after applying fft and log polar transformation on image and its inverse .plz reply me
thanx
0 Kommentare
Antworten (1)
David Young
am 29 Jan. 2011
The fft can be reversed almost exactly (using ifft in Matlab). Any numerical errors will be tiny.
The log-polar transformation cannot usually be reversed exactly, because you would need to massively oversample in the central part of the pattern in order to avoid undersampling in the outer part. This means that the reverse transform generally involves interpolation in the peripheral parts of the image, and it is therefore approximate. For an example, see
http://www.cogs.susx.ac.uk/users/davidy/log_lines/index.html
(If you need functions to carry out the log-polar transform and its approximate inverse, you could download this file exchange submission:
http://www.mathworks.com/matlabcentral/fileexchange/27023
It needs the Image Processing Toolbox.)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement 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!