图像处理方法分为:空域法(space field method)和频域法(frequency field method)。在频域法中,最关键的预处理是变换处理(transform processing)。这种变换一般是线性变换,其基本线性运算式是严格可逆的,且满足正交条件,在图像处理技术中正交变换被广泛用于图像特征提取、图像增强、图像复原及压缩编码等领域。
图像压缩是关于用最少的数据量来表示尽可能多的原图像的信息的一个过程。对于图像来说,如果需要进行快速或实时传输以及大量存储,就需要对图像数据进行压缩.变换编码是把图像中的各个像素从一种空间变换到另一种空间,然后针对变换后的信号进行量化与编码操作的一种图像压缩编码技术。DCT(离散余弦变换)是变换编码中的一种映射变换方法,能使静态图像有较高的压缩比,正由于这种优越性,DCT得到广泛使用。
关键词 离散余弦变换 ,DCT,图像,压缩编码
The methods of image processing include space field method and frequency field method. The most important beforehand processing is transform processing .This kind of transform is linear , it’s basal linear operation is can be athwart and tally with determinate qualification. In the image processing field transform is used to distill the characteristics of the image, compressing coding, etc.
Discrete cosine Transform is called DCT, it’s the most common method of transform , in this disquisition I wont to investigate how to carry out the DCT .
Key words: Discrete cosine Transform, DCT, image , coding.
1.1图像压缩的必要性
众所周知,原始数字图像在计算机中会占用大量的存储空间。例如,一副1024*1024的24位真彩色图像要占用3MB存储空间,这对许多需要大量存储视频图像信息的应用领域会造成很大困难。因而快速的图像压缩算法,特别是解压缩算法,对于许多以图像数据位基础的应用场合具有非常重要的意义。