image compression using jpeg
古いコメントを表示
- does doing dct followed by quantization and idct decompress the image?
- does run length encoding(rle) help to compress?
- when we save a file as jpeg and open it does it perform both dct and idct or only dct?
- how can i check if my image is compressed since both the original and output image are 256x256?
- in order to write a program to perform jpeg compression and display the compressed image do i have to use zig zag scanning and rle?
採用された回答
その他の回答 (1 件)
jithin
2014 年 2 月 17 日
0 投票
3 件のコメント
Walter Roberson
2014 年 2 月 17 日
H.264 is for motion. JPEG is for static images.
jithin
2014 年 2 月 17 日
Deepak Mishra
2022 年 9 月 8 日
i meant comparison between intraprediction and jpeg.. How can i prove that intraprediction produces better compression? and how can analysis filter cutoff frequency
カテゴリ
ヘルプ センター および File Exchange で Image Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!