Matlab image processing command

2 Ansichten (letzte 30 Tage)
matlabgeek
matlabgeek am 6 Jan. 2016
Bearbeitet: matlabgeek am 11 Feb. 2016
If yes, could you send me the relavant link?
Thank you very much.
Any suggestion.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Jan. 2016
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 Kommentare
matlabgeek
matlabgeek am 10 Jan. 2016

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by