Feeds
提问
about fourier transform
what is the best reconstruction in term of quality of the image when using fft2 and ifft2 without pre and post processing.
15 years 前 | 2 个回答 | 0
2
个回答提问
anyone can tell me about radon transform?
I = imread('peppers.bmp'); A = im2double (I); R = radon (A,0:180); P = iradon (R,0:180); this is the coding i u...
15 years 前 | 2 个回答 | 0
