Sample code for DFT and DCT Operation on RGB Image
显示 更早的评论
Hi,
I am new to matlab and image processing.
For better undestanding of DFT and DCT operation on a RBG image, please provide some sample codes.
Code for plotting the the frequency components of an image would be an added help for me.
Thanks in advance.
2 个评论
Arangarajan
2012-8-24
hi,
Directly we cant apply DCT in a color image.First we converted that into gray and perform the dct operations.otherwise separate RGB planes then apply DCT/IDCT for each plane. Finally just combine all the planes.You will get better result.
Manali Roy
2016-4-1
can you please tell me how to combine?
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!