Is there any difference in compression of 10bit and 8bit images?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I want to know if there is a difference between the compressions of 10bit and 8bit images when JPEG lossy/lossless compression algorithm is used. The general lossy algorithm for 8-bit image compression is:
image==>dct (8x8)==> Quantization==> RLE for AC comp. and DPCM for DC comp==> Huffman Encoding.
To reconstruct the compressed image, the inverve of these steps should be followed then. Is there any difference in the algorithm (JPEG lossy) when compressing 10-bit image? If so, why? I searched for many web sites but couldn't get the exact answer.
Thank you in advance.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Denoising and Compression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!