i've an gray scale image I to be decomposed...i want to extract the low frequency and high frequency component out of it...can anybody help me?
2 次查看(过去 30 天)
显示 更早的评论
i want to extract the low frequency component(approximate) LL1 and high frequency component (detail) HH1 at scale one.
can anybody tell me how this is to be done....
reply soon
0 个评论
回答(1 个)
Michael
2013-4-12
I don't know what LL1 or HH1 are but the 2D discrete Fourier transform should find you the frequency components of the image, in MATLAB it's "fft2".
6 个评论
Image Analyst
2013-4-13
If you have a support contract, you can call the Mathworks and ask for help from someone such as Wayne King, otherwise you'll have to try in this Answers forum. Search the Answers forum and File Exchange for Wavelet and you'll find lots of people you can contact.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!