how to apply (dct,dct2) an image?

for my image .bmp...how to apply (dct,dct2) an image? ..with code

 採用された回答

Rick
Rick 2012 年 10 月 4 日

0 投票

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

その他の回答 (0 件)

カテゴリ

製品

タグ

質問済み:

2012 年 10 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by