Undefined function 'fftshow' for input arguments of type 'double'.
Mostra commenti meno recenti
I want to show bandpass filtered image. This is matlab code i used
To aquire filtered image, there is an error in code.
what should i do for correct this error?
(image size : 1200x1200, gray scale)
Risposta accettata
Più risposte (1)
Luuk van Oosten
il 30 Gen 2015
use
single(ima_out)
to convert the 'double' to 'single'.
1 Commento
David Young
il 30 Gen 2015
Where is there a version of fftshow that accepts single but not double arguments? Why would anyone write such a thing?
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!