how to apply (dct,dct2) an image?

 采纳的回答

image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by