搜索资源列表
homework.m
- 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
zuot
- 基于小波变换的图像压缩方法,主要是理论方面的介绍!小波分解,重构等-based on wavelet image compression method, the theory is introduced! Wavelet analysis, reconstruction, etc.
fore
- 基于小波变换的图像压缩方法,主要是理论方面的介绍!小波分解等-based on wavelet image compression method, the theory is introduced! Other wavelet decomposition
axc
- 基于小波变换的图像压缩方法的源代码,内容主要是小波分解,重构-based on wavelet image compression method source code, which is decomposed and Reconstruction
yasuo
- 本文主要是用matlab提供的小波包对图像进行分解、压缩、重构
fencengyasuo
- 本文主要是根据小波分解的特性,分层对分解后的图像进行压缩
image_compress
- 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
ImageCompress(QRfenjie)
- 利用奇异值分解压缩图像,内有详细的实验报告(包括编程思路、结果分析以及实验图像)
图像压缩的几个MATLAB算法
- 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
CdenoiseGaussian
- CONTOURLET去噪。添加了高斯噪声很好的实现了图像的多尺度分解下的去噪与重建。实现了多尺度分解的子带去噪。-CONTOURLET denoise .this is denoise program. my english is poor!
ImageCompression
- 图像进行小波分解后,对于相对来说不重要的高频成份采用较高的阈值,进行高压缩;而对集中图像大部分能量的低频成分采用较小阈值,以确保图像恢复时的质量-Image Compression
dct
- JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
xiaoshutuxiang
- 深入研究对基于零树的小波图像压缩算法,利用多分辨分析对图像进行了小波分解,并利用零树编码算法对图像进行压缩。 -In-depth study of the zero-tree wavelet-based image compression algorithm using multi-resolution analysis of wavelet image decomposition, and using zero-tree coding algorithm for image compres
xiaobo_matlab
- 此示意程序用DWT实现二维小波变换 1.调原始图像矩阵load wbarb 2.进行二维小波分解l=wfilters( db10 , l ) 3.分解结果显示figure(1) -This indicated procedures used to achieve two-dimensional wavelet transform DWT 1. Emphasized the original image matrix load wbarb 2. For two-dimen
2009090416423254
- 图像小波分解,里面是一些图像小波变换的代码,-hidding informationg
Image-compression-algorithm
- 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Series show the source code for image compression techno
cthys
- haar小波的图像压缩,对一副图像进行小波分解,然后对低频部分小波系数进行重构,再量化压缩-haar wavelet image compression, wavelet decomposition of an image, and then to reconstruct the low frequency part of the wavelet coefficients, and then quantify the compression
PyramidFusion
- 基于拉普拉斯金字塔分解的图像融合matlab源代码-Based on the decomposition of the Laplacian pyramid image fusion matlab source code
svdPicture
- 基于MATLAB的 SVD分解 图像分解 图像压缩 图像还原-SVD decomposition MATLAB-based image decomposition image compression image restore
CS-denoising--wavelet-analysis
- 介绍了图像的小波分析的基本理论和基于小波变换的分解与重构原理,利用小波变换对二维图 像进行分解,将原始图像分解成不同方向、不同频率成份的子图像。同时对含噪图像进行小波分解,然后选 取适当的阈值,对小波分解系数进行阈值量化,再对高低频系数重构,实现图像的去噪。-Image compression and de-noising based on wavelet analysis
