Introduction - If you have any usage issues, please Google them yourself
This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.
Packet : 69491696image_compress.rar filelist
图像压缩\compression.m
图像压缩\decompression.m
图像压缩\demo.m
图像压缩\lena.jpg
图像压缩\Thumbs.db
图像压缩\图像压缩.doc
图像压缩