搜索资源列表
matlabPyrTools
- matlab的steel金字塔小波分解源代码
图像压缩的几个MATLAB算法
- 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
gauspyr4a
- 高斯金字塔:Laplacian Pyramid Decomposition matlab 拉普拉斯金字塔分解;matlab源程序 说明:该函数的作用是对输入图像做金字塔分解。 level为指定分解图像的层次 -Gaussian Pyramid
tuxiangyasuo
- 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
02598838imagetest
- 该代码为将图像分解为金字塔尺度图像,参数可控制-The code for the image is decomposed into scale image pyramid, parameters can be controlled
pyramid
- 金字塔算法,高斯分解的MATLAB算法源码-gaussian decomposion
Image-compression-algorithm
- 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Series show the source code for image compression techno
GauPydDec
- 对输入的图像实现高斯金字塔分解,最后返回一个储存各层图像矩阵的元胞。-Gaussian Pyramid decomposion for image
pyrAndResid
- 图像金字塔分解,输入一幅图像,以及需要分解的层数,可以输出图像的金字塔分解-Image pyramid decomposition
PyramidFusion
- 基于拉普拉斯金字塔分解的图像融合matlab源代码-Based on the decomposition of the Laplacian pyramid image fusion matlab source code
laplacian-pyramid
- Laplacian Pyramid: 用MATLAB实现并改进的图像拉普拉斯金字塔分解以及隐藏信息嵌入的源码。程序展示了Laplacian Pyramid Decomposition 在图像嵌入隐藏信息的重要作用。-Laplacian Pyramid: Based on MATLAB, original codes realize the improved Laplacian Pyramid Decomposition and the method to embed hidden informa
compression
- 多种图像压缩算法,基于高斯金字塔、离散余弦变换、奇异值分解变换等-Image compression Using Block Truncation Coding. Image compression based on Gaussian Pyramids,Discrete Cosine Transform,Singular Value Decomposition...
manuelblancovalentin-SteerablePyramid-52a7ac1
- 可控金字塔可以很好的控制方向,比非下采样contourlet的方向分解更好一些。(used for edge detection)