Matlab image processing command

2 ビュー (過去 30 日間)
matlabgeek
matlabgeek 2016 年 1 月 6 日
編集済み: matlabgeek 2016 年 2 月 11 日
If yes, could you send me the relavant link?
Thank you very much.
Any suggestion.

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 6 日
No, you need a bunch of code. JPEG does not simply do a 2D DCT: it breaks the image into blocks, does zig-zag scans, does DCT, and then does other things after the DCT. There is no MATLAB toolbox that does all of the steps to the DCT and quantization and then stops.
You can find some JPEG implementations in MATLAB in the File Exchange.
  4 件のコメント
Walter Roberson
Walter Roberson 2016 年 1 月 6 日
matlabgeek
matlabgeek 2016 年 1 月 10 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by