搜索资源列表
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wavelet decomposition and reconstr
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
MCA图像分解
- 本代码为matlab代码,可以用于图像内容的分离与去噪。本码是基于稀疏分解图像的研究热点。
小波分解matlab程序
- 图像处理的小波分解的matlab程序
进行图像分解和图像融合的拉普拉斯金字塔matlab源程序
- 进行图像分解和图像融合的拉普拉斯金字塔matlab源程序,Image decomposition and the Laplacian pyramid image fusion matlab source
waveletcdf97
- matlab实现9/7双正交小波变换,将图像分解到频域-matlab realize 9/7 biorthogonal wavelet transform, the image is decomposed into the frequency domain
Imagedecompositionalgorithmanditsapplication
- 图像分解算法及其应用,非常好的源码,希望对你有些帮助!-Image decomposition algorithm and its application, very good source, I hope you some help!
matlab-waveletprocess
- 讲解了 MATLAB语言环境下 图像压缩和图像融合方面的基本方法和基于小波变换的图像分解与重构。-Explained the MATLAB language environment, image compression and image integration of the basic methods and wavelet-based image decomposition and reconstruction.
nstdhaardec2
- 小波图像分解与合成 应用HARR小波,对图像进行分解与合成-Wavelet image decomposition and synthesis application HARR wavelet decomposition and synthesis of image
s
- 介绍结构纹理图像分解模型及其算法和实现,是一篇很经典的文章,-Introduction structure texture decomposition model and its algorithm and its implementation, is a classic article,
xiaobobianhuan
- 离散的小波变换将一副图像分解为大小、位置和方向不同的分量;一个图像做小波变换后,可得到一系列不同分辨率的子图像;本实例提供可执行的小波变换算法源码-Discrete wavelet transform, an image is decomposed into the size, location and orientation of different components an image to do wavelet transform, the availability of a rang
color
- 彩色图像分解与重构,非常简单易懂,需要灰度图像的可以下载-caisetuxiangfenjiechonggou
imageDecomposition
- 图像分解,基于能量泛函的,将图像分解成结构和纹理-Image decomposition, based on energy functional, there will be broken down into the structure and texture image
Image-Process-based-on-wavelet
- 基于小波变换的 图像分解与重构 平台是Matlab 可自己更改小波基的选择-Image based on wavelet transform decomposition and reconstruction platform is Matlab can change their choice of wavelet
contourlet_toolbox
- 轮廓波工具箱,是一个非常有用的图像分解和合成变换-contourlet toolbox
nmfmit
- MIT图像实验室的NMF代码,将一幅图像分解成多个特征部分-NMF image processing codes by MIT
基于图像分解的人脸特征表示
- 这是一个基于图像分解的人脸特征表示的研究算法文献资料(Research and implementation of color image segmentation algorithm)
小波图像分解重构.zip
- 本程序主要的功能就是利用小波变换对图像进行分解以及重构的过程。(Wavelet image decomposition and reconstruction)
MSVD(多尺度奇异值分解)
- 基于多尺度奇异值分解的图像融合程序及一组待融合图像,以及一篇文献。(Image fusion program based on multiscale singular value decomposition and a set of images to be fused, and a document.)
拉普拉斯图像分解重建例程
- 图像处理,拉普拉斯图像分解、重建例程,可用于学习