how to find magnitude of image of size 256x384
1 回表示 (過去 30 日間)
古いコメントを表示
please tell me how to find and plot the magnitude of the image & how to quantize the output after finding it's magnitude
3 件のコメント
Image Analyst
2011 年 9 月 23 日
I still have no idea what you said. The gray scale image is already quantized. Do you want to quantize it in intensity differently? Like into fewer gray levels?
採用された回答
Walter Roberson
2011 年 9 月 21 日
Finding the magnitude of the discrete Fourier transform does not calculate the magnitude of the image: it only finds the magnitude of the frequency components. If you were to quantize the frequency components and then ifft() to get back to an image, I suspect the result would be pretty messy.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!