Matlab image processing command
2 次查看(过去 30 天)
显示 更早的评论
If yes, could you send me the relavant link?
Thank you very much.
Any suggestion.
0 个评论
采纳的回答
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!