how we use frequency domain analysis for image processing.
이전 댓글 표시
i want to do my thesis on image processing in frequency domain. i have done some work in spatial domain.but i have no idea about image processing in frequency domain. first i want to start image processing by using Fourier transform . i use the code a=imread('cameraman.tif'); imshow(a) b=fft(a); imshow(b) but i can't understand how the output is useful.it is a general some image .please tell me how i use the output of fft.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!