搜索资源列表

  1. 二维小波变换

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

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:罗松溪
  1. 二维正交小波分解

    1下载:
  2. 二维正交小波分解
  3. 所属分类:源码下载

  1. 图论讲义

    0下载:
  2. detcoef2 提取二微小波分解高频系数 appcoef2 提取二维小波分解低频系数 wthresh 进行软阈值或硬阈值处理 wthcoef2 二维信号的小波系数阈值处理 ddencmp 获取在消噪或压缩过程中的默认值阈值-detcoef2 from two high-frequency micro-wave decomposition coefficient appcoef2 extract 2D wavelet decomposi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-17
    • 文件大小:1316864
    • 提供者:
  1. 二维小波变换

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

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:罗松溪
  1. WaveletTrans

    0下载:
  2. matlab 环境下的 二维小波变换(正和逆变换),用二维卷积实现的,其中有个子函数用于产生小波系数的(小波分解和小波重构的系数都有)!你自己也可以往里面加系数-Matlab environment 2D wavelet transform (and inverse transform), with the realization of two-dimensional convolution. these subsystems func
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:兰勇生
  1. MATLAB7

    0下载:
  2. 用小波进行图像处理,以及一个QPSK调制程序,还有用MATLAB实现二维小波分解与重构程序,请大家指正-wavelet image processing, and a QPSK modulation procedure, there are two-dimensional MATLAB wavelet decomposition and reconstruction process, please correct
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:482304
    • 提供者:刘彦平
  1. Example2_4_1

    0下载:
  2. 用MATLAB对一图象分别用单尺度和二维小波分解,观察各高低频部分,对图象进行重构和压缩。-MATLAB image of a single yardstick were used and two-dimensional wavelet decomposition, the high-low frequency observation, right image reconstruction and compression.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:刘丽丽
  1. ruanyuzhi

    0下载:
  2. 二维小波分解,运用Donoho的软阈值算法,对每层算出不同的门限值筛选小波系数。-2D wavelet decomposition, use the soft Donoho threshold algorithm, right calculated for each different threshold screening wavelet coefficients.
  3. 所属分类:图形图象

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:zhangyang
  1. imagewavletedge

    0下载:
  2. 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:6944768
    • 提供者:周儒坤
  1. waveleteTest

    0下载:
  2. 利用matlab自带函数wavedec2、wcodemat实现二维小波分解与简单压缩的实例。-using Matlab wavedec2 bringing their function. wcodemat 2D wavelet decomposition and compression simple examples.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:gaozhibin
  1. erweixiaobobianhuan

    0下载:
  2. 此示意程序用DWT实现二维小波变换 1.调原始图像矩阵 2.进行二维小波分解 3.分解结果显示 重构源图像及结果显示 -This indicated the procedure using two-dimensional wavelet transform DWT realize one. Transferred the original image matrix 2. To carry out two-dimens
  3. 所属分类:波变换

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:王雪晴
  1. mywavedec2

    0下载:
  2. 将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。-To standardize image data formats suitable for display by the image is converted to uint8 format suitable for numerical
  3. 所属分类:Audio

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:罗微
  1. Wavelet2D

    0下载:
  2. 二维小波变换源代码,可以实现多级分解,手动选择级数以及滤波器长度-Two-dimensional wavelet transform source code, you can realize multi-level decomposition, manually select the series as well as the filter length
  3. 所属分类:波变换

    • 发布日期:2024-06-17
    • 文件大小:74752
    • 提供者:白羽
  1. appcoef2

    0下载:
  2. 二维小波分解,可以将图像进行多维分解,从而进一步对图像进行更好的审查,然后解决压缩或者重构的问题-Two-dimensional wavelet decomposition can be multi-dimensional image decomposition, thus further improved image review, and then solve the problem of compression or remode
  3. 所属分类:波变换

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:jeff
  1. lena

    0下载:
  2. lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 -lena image after decomposition of the standardized image data format suitable for display by the image is c
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:梁明
  1. wavelet_signal

    0下载:
  2. 采用Mallat算法的一维和二维小波分解程序代码-Mallat algorithm using one-dimensional and two-dimensional wavelet decomposition code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:877568
    • 提供者:小潘
  1. Matlab_wavelet

    0下载:
  2. 掌握小波分析在图像分析等各方面的应用。对图像进行二维离散小波分解、多尺度二维离散小波分解 并提取二维小波分解的高频系数和低频系数, 画出原始图形并显示分解结果。-Master the application of wavelet analysis in image analysis and other applications. Image two-dimensional discrete wavelet decompositi
  3. 所属分类:波变换

    • 发布日期:2024-06-17
    • 文件大小:416768
    • 提供者:上的风
  1. 2D-Wavelet-Transformation

    0下载:
  2. 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:sun
  1. DWT_2D_matlab

    0下载:
  2. 用DWT实现二维小波变换:对图像进行二维小波分解,显示分解结果,最后重构源图像并显示结果 -Achieved using two-dimensional wavelet transform DWT: two-dimensional wavelet decomposition of the image, showing decomposition results, and finally reconstruct the source
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:洁雅
  1. 二维小波分解 (1)

    0下载:
  2. 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:384000
    • 提供者:hxx140
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org