登录
首页 » matlab » image_compress

image_compress

于 2008-01-03 发布 文件大小:327KB
0 187
下载积分: 1 下载次数: 206

代码说明:

  本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。 (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.)

文件列表:

图像压缩
........\compression.m
........\decompression.m
........\demo.m

........\图像压缩.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Laba_0
    #include "comparer.h" #include <iostream> using namespace std int Comparer::compareByName(Student& s1,Student& s2) { return strcmp(s1.m_szName,s2.m_szName) } int Comparer::compareBySurname(Student& s1,Student& s2) { return strcmp(s1.m_szSurname,s2.m_szSurname) } int Comparer::compareByGroup(Student& s1,Student& s2) {
    2010-01-21 00:05:09下载
    积分:1
  • FDTD1_9
    FDTD for Wave equation3
    2009-11-17 22:59:02下载
    积分:1
  • glp
    matlab 功率谱程序设计 (matlab power spectrum program design)
    2009-11-24 11:24:17下载
    积分:1
  • pls
    Principal Component analysis comparision with PLS method.
    2009-06-01 20:08:42下载
    积分:1
  • arburg
    功率谱估计的arburg算法,估计效果非常好,欢迎下载(Arburg power spectrum estimation algorithm, the estimated effect is very good, welcome to download)
    2014-12-09 10:32:07下载
    积分:1
  • svpwm
    svpwm模块,可根据需要形成PWM波形(svpwm block)
    2015-01-05 15:03:35下载
    积分:1
  • svpwm2
    空间电压矢量调制技术模块,进过自己认真仔细的搭建,可用。(Space vector modulation module, has been to carefully build available.)
    2012-05-19 20:56:09下载
    积分:1
  • Simulation_code_SSB
    Signle side band Modulation Matlab code
    2014-02-13 02:15:09下载
    积分:1
  • TSP
    总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看(Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look)
    2013-12-31 20:15:58下载
    积分:1
  • 01matlab-smooth
    matlab图像刻画曲线时用到的曲线拟合,平滑处理(smoothing process)
    2016-12-26 21:59:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载