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개)

태그

질문:

2012년 10월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by