Gillespy T, Rowberg A H
Department of Radiology, University of Washington, Seattle 98185.
J Digit Imaging. 1994 Feb;7(1):1-12. doi: 10.1007/BF03168473.
This is part 2 of our article on image storage and compression, the third article of our series for radiologists and imaging scientists on displaying, manipulating, and analyzing radiologic images on personal computers. Image compression is classified as lossless (nondestructive) or lossy (destructive). Common lossless compression algorithms include variable-length bit codes (Huffman codes and variants), dictionary-based compression (Lempel-Ziv variants), and arithmetic coding. Huffman codes and the Lempel-Ziv-Welch (LZW) algorithm are commonly used for image compression. All of these compression methods are enhanced if the image has been transformed into a differential image based on a differential pulse-code modulation (DPCM) algorithm. The LZW compression after the DPCM image transformation performed the best on our example images, and performed almost as well as the best of the three commercial compression programs tested. Lossy compression techniques are capable of much higher data compression, but reduced image quality and compression artifacts may be noticeable. Lossy compression is comprised of three steps: transformation, quantization, and coding. Two commonly used transformation methods are the discrete cosine transformation and discrete wavelet transformation. In both methods, most of the image information is contained in a relatively few of the transformation coefficients. The quantization step reduces many of the lower order coefficients to 0, which greatly improves the efficiency of the coding (compression) step. In fractal-based image compression, image patterns are stored as equations that can be reconstructed at different levels of resolution.
这是我们关于图像存储与压缩系列文章的第2部分,是我们为放射科医生和影像科学家撰写的有关在个人计算机上显示、处理和分析放射图像系列文章的第3篇。图像压缩可分为无损(非破坏性)或有损(破坏性)。常见的无损压缩算法包括可变长度位码(霍夫曼码及其变体)、基于字典的压缩(莱姆佩尔 - 齐夫变体)和算术编码。霍夫曼码和莱姆佩尔 - 齐夫 - 韦尔奇(LZW)算法常用于图像压缩。如果基于差分脉冲编码调制(DPCM)算法将图像转换为差分图像,所有这些压缩方法都会得到增强。在我们的示例图像上,DPCM图像变换后的LZW压缩效果最佳,几乎与测试的三个商业压缩程序中的最佳效果相当。有损压缩技术能够实现更高的数据压缩,但图像质量下降和压缩伪像可能会很明显。有损压缩由三个步骤组成:变换、量化和编码。两种常用的变换方法是离散余弦变换和离散小波变换。在这两种方法中,大部分图像信息都包含在相对较少的变换系数中。量化步骤将许多低阶系数减少到0,这大大提高了编码(压缩)步骤的效率。在基于分形的图像压缩中,图像模式被存储为可以在不同分辨率级别重建的方程。