CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 小波分解

搜索资源列表

  1. 二维小波变换

    1下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:罗松溪
  1. 利用haar小波变换对图像进行分解与重构

    1下载:
  2. 这个程序是用harr小波对图像进行分解和重构,是个可执行的源代码,已通过调试,大家可用来学习-this procedure is right Harr wavelet image decomposition and reconstruction, is the source of executable code, the debugging, you can be used for learning
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:157713
    • 提供者:feng
  1. homework.m.rar

    0下载:
  2. 小波图像的分解与合成,采用非标准小波变换方式,在四个不同的窗口分别对输入的图像进行三级小波变换的全过程,Wavelet image decomposition and synthesis using wavelet transform non-standard way, the window in four different input images were carried out on three levels of the whole process of wavelet transfo
  3. 所属分类:Wavelet

    • 发布日期:2017-03-24
    • 文件大小:4769
    • 提供者:王娜
  1. test4_wavelet_DIPUM.rar

    0下载:
  2. 用二维小波包分解得到水平垂直细节系数,据此组合合成图像的边缘,并与传统算子方法对比,Two-dimensional wavelet packet decomposition has been the level of vertical detail coefficient, which images the edge of combinatorial chemistry and operator with the traditional methods
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:14259
    • 提供者:wangfan
  1. RenWavelet

    0下载:
  2. 采用vc6.0编写,基于opencv框架。绝对好的程序。非常完整的小波变换程序,可以进行灰度和彩色图像的多层小波变换。小波的种类可以选择,一共给出了四种小波。可以对任意尺寸的图像进行分解。绝对是非常好的小波程序。本人早期亲自编写,代码写的不很美观,但非常好用。-Vc6.0 used to prepare, based on the framework of opencv. Definitely a good program. Wavelet transform is a complete pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:50075
    • 提供者:任桢
  1. wavelet

    5下载:
  2. 通过matlab实现二维离散小波变换的Mallat快速算法源程序和对二维图像进行多级分解与重建-Matlab achieved by two-dimensional discrete wavelet transform Mallat fast algorithm and multi-dimensional image decomposition and reconstruction
  3. 所属分类:Wavelet

    • 发布日期:2017-03-21
    • 文件大小:198090
    • 提供者:zhang
  1. eegwave

    0下载:
  2. 基于小波包分解的脑电信号特征提取.格式是caj后缀的,大家看的时候可能得有CAJViewer 这个软件-Based on wavelet packet decomposition of the EEG feature extraction. CAJ suffix format is, we see there may be a time when the software CAJViewer
  3. 所属分类:Wavelet

    • 发布日期:2017-03-24
    • 文件大小:240656
    • 提供者:lynn
  1. 01

    1下载:
  2. 在小波域进行图像分割,任意选择分解级数 和分解所用的小波函数-Image segmentation in the wavelet domain, choose decomposition series and decomposition wavelet function used
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3331
    • 提供者:江涛
  1. wavelet

    0下载:
  2. 一维小波的分解和重构,可以运行,三层降维和重构,小波降噪。很实用-matlab wavelet
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:2850
    • 提供者:liuyujie
  1. dw

    0下载:
  2. 图像的离散小波变换处理程序,将图像分解后可得到较好的复原结果。-Discrete wavelet transform image processing, the image can be decomposed to recover better results.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:990
    • 提供者:李涛
  1. shuiying

    0下载:
  2. 本文利用二元树复小波变换的平移不变性和奇异值分解的稳定性,提出了一种新的数字水印技术。该方法对几何攻击尤其是平移操作和加噪、JPG压缩等均保持了良好的稳健性。-...
  3. 所属分类:Wavelet

    • 发布日期:2017-04-26
    • 文件大小:103656
    • 提供者:hzh
  1. wavelet_code

    1下载:
  2. 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:55411
    • 提供者:
  1. DWT1D

    1下载:
  2. 一维正交小波变换(二进小波变换)包括分解与重构-this program compute the one-dimensional orthogonormal wavelets transform of the signal in a data file and reconstruct the original signal from its wavelet decomposition using the Mallat s pyramidal algorithm.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:2140
    • 提供者:willee
  1. 基于小波变换的不同分解层次去噪

    0下载:
  2. 包含不同分解层次对图像去噪效果的仿真程序及结果,包含信噪比源程序(Contains different decomposition levels of image denoising effect of the simulation procedures and results, including signal to noise ratio source)
  3. 所属分类:波变换

    • 发布日期:2017-12-20
    • 文件大小:2545664
    • 提供者:噜噜啦000
  1. MyWaveletDenoise

    1下载:
  2. 对输入信号进行有效的去噪,使用小波分解后对噪声信号去除,并重构得到去噪信号(The input signal is effectively denoised, and the noise signal is removed by wavelet decomposition, and the denoised signal is reconstructed)
  3. 所属分类:波变换

    • 发布日期:2017-12-20
    • 文件大小:8765440
    • 提供者:ksadlkalkd
  1. 整数小波变换

    1下载:
  2. 整数小波变换,可以直接运行,对图像小波分解(Integer wavelet transform)
  3. 所属分类:波变换

    • 发布日期:2017-12-31
    • 文件大小:8026112
    • 提供者:wangdahuier
  1. Wavelet_Decomposition_For_Images

    0下载:
  2. 小波算法,用于小波分析,数据,图像等。一维,二维数据的小波分解。(Wavelet algorithm is used for wavelet analysis, data, images and so on. Wavelet decomposition of one dimensional and two dimensional data.)
  3. 所属分类:波变换

    • 发布日期:2018-01-05
    • 文件大小:210944
    • 提供者:qiuhanle
  1. 二维离散小波变换

    0下载:
  2. mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)
  3. 所属分类:波变换

    • 发布日期:2018-04-22
    • 文件大小:1455104
    • 提供者:neroone
  1. matlab源文件包

    0下载:
  2. 小波变换相关函数在matlab中如何应用 小波分解和重构过程 小波变换在图像压缩、融合等方面的应用并用matlab来实现(How to apply wavelet transform correlation function in MATLAB Wavelet decomposition and reconstruction process The application of wavelet transform in image compression and fusion i
  3. 所属分类:波变换

    • 发布日期:2018-05-01
    • 文件大小:8188928
    • 提供者:ysm_
  1. 小波降噪

    0下载:
  2. 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的
  3. 所属分类:图形图像处理(光照,映射..)

« 1 2 3 4 5 67 8 9 10 11 ... 43 »
搜珍网 www.dssz.com