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!