Cartoon Image compression algorithm using DCT
Show older comments
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!
Answers (1)
Sarvani Panguluri
on 7 Sep 2020
0 votes
Hi,
I assume you are trying to compress image using Discrete Cosine Transform.The following example might help you
Categories
Find more on Image Filtering and Enhancement in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!