Undefined function 'fftshow' for input arguments of type 'double'.
显示 更早的评论
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)
采纳的回答
更多回答(1 个)
Luuk van Oosten
2015-1-30
use
single(ima_out)
to convert the 'double' to 'single'.
1 个评论
David Young
2015-1-30
Where is there a version of fftshow that accepts single but not double arguments? Why would anyone write such a thing?
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!