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!