フィルターのクリア

how to apply (dct,dct2) an image?

2 ビュー (過去 30 日間)
Dhines
Dhines 2012 年 10 月 4 日
for my image .bmp...how to apply (dct,dct2) an image? ..with code

採用された回答

Rick
Rick 2012 年 10 月 4 日
image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Filtering and Enhancement についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by