how to apply (dct,dct2) an image?
1 回表示 (過去 30 日間)
古いコメントを表示
for my image .bmp...how to apply (dct,dct2) an image? ..with code
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!