Image retrieving
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
David Young
el 29 de En. de 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 comentarios
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!