Cartoon Image compression algorithm using DCT
显示 更早的评论
Hi, I need to compress a particular image (cartoon image) and I want to use a DCT. My idea is to implement the following step for coding procedure:
Coding:
- DCT
- Quantization (scalar or vector)
- Entropy coder
Do you have some suggestion?
Thanks!
回答(1 个)
Sarvani Panguluri
2020-9-7
0 个投票
Hi,
I assume you are trying to compress image using Discrete Cosine Transform.The following example might help you
类别
在 帮助中心 和 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!