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

搜索资源列表

  1. exp2

    0下载:
  2. MATLAB图像处理中傅里叶变换,离散余弦变换,小波变换的简单应用(simple applications of Fourier transform, discrete cosine transform, wavelet transform in MATLAB image processing,)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:154624
    • 提供者:AntonydeParis
  1. omp

    0下载:
  2. 该程序是对图像lena256进行离散小波变换程序(Discrete wavelet transform program)
  3. 所属分类:波变换

    • 发布日期:2017-12-20
    • 文件大小:58368
    • 提供者:summer_smiling
  1. 代码

    0下载:
  2. 图像分割,图像增强,断点连接均有效,小波变换中通过改变高层和底层小波系数的权重达到增强目标的作用。(Image segmentation, image enhancement, and breakpoint connection .By the wavelet transform, the target is enhanced by changing the weights of the high-level wavelet coefficients and the underlying wav
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:大海123
  1. spiht程序 包含小波变换 熵编码

    0下载:
  2. 利用matlab来实现图像压缩,spiht算法作者原版代码,包含了二进制熵编码以及小波变换,自适应分解等级,加入了示例图片。(The use of MATLAB to achieve image compression, SPIHT algorithm author original code, including binary entropy coding and wavelet transform, adaptive decomposition level, joined the sampl
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1409024
    • 提供者:xwdshiwo
  1. 程序一

    0下载:
  2. 小波变换边缘检测,用于图像处理的程序,对图像边缘进行检测。(wallet transform for image checking)
  3. 所属分类:文章/文档

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

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

    • 发布日期:2017-12-31
    • 文件大小:8026112
    • 提供者:wangdahuier
  1. 24.二进小波和非线性变换的图像增强项目

    0下载:
  2. 二进小波和非线性变换的图像增强项目 二进小波和非线性变换的图像增强项目(Image enhancement project based on two in wavelet and nonlinear transform)
  3. 所属分类:波变换

    • 发布日期:2018-01-01
    • 文件大小:221184
    • 提供者:wss546
  1. xiaobodaxishubijin

    0下载:
  2. 利用Harr小波对图像进行小波变换,提取一定数量的大系数,然后进行还原。(The image wavelet transform using Harr wavelet coefficients, extract a certain number, and then restore.)
  3. 所属分类:波变换

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:偏科
  1. 1

    1下载:
  2. 可用于图像去噪,增强。语音为MATLAB,双树复小波变换的代码。(It can be used for image denoising and enhancement.Speech is MATLAB, dual tree complex wavelet transform code)
  3. 所属分类:波变换

    • 发布日期:2018-01-01
    • 文件大小:285696
    • 提供者:王泽琦
  1. 小波变换图像融合

    1下载:
  2. 基于小波变换的图像融合,可以在matlab上运行。亲测有效。(Image fusion based on wavelet transform can run on matlab. Affinity measurement is effective.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:467968
    • 提供者:aAbner
  1. 图像处理中小波变化的应用

    0下载:
  2. 利用小波变化降噪,图像处理方面,快速小波变换在MATLAB中的代码(Noise reduction using wavelet transform)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:兔兔来了
  1. image fusion

    0下载:
  2. 用MATLAB编写的利用小波变换对多聚焦图像的融合。(The fusion of multi focus images with wavelet transform is written in MATLAB.)
  3. 所属分类:波变换

    • 发布日期:2018-01-07
    • 文件大小:215040
    • 提供者:风月何处
  1. image denoising

    1下载:
  2. 通过小波变换对加噪图像进行阈值去噪,并实现了信噪比的比较,更加直观的看出去噪后的图像效果。(The wavelet transform is used to denoise the denoised image, and the comparison of the signal to noise ratio is realized, and the image effect after the denoising is seen more intuitively.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-08
    • 文件大小:53997568
    • 提供者:小木子23
  1. xiaobobianyuan

    0下载:
  2. 基于小波变换以及改进的小波变换图像边缘检测MALAB程序代码(Image edge detection based on Wavelet Transform)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:5120
    • 提供者:jianzi
  1. db97

    0下载:
  2. %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:xiaohao139
  1. Image Fusion Based Wavelet Transform

    0下载:
  2. matlab 程序 基于小波变换的实现灰度图像的融合 经过测试可以使用(The matlab program is based on the wavelet transform to realize the fusion of gray image and can be used after testing.)
  3. 所属分类:其他

  1. 融合

    0下载:
  2. 本程序为一个图像融合实现程序。首先,读入图像,此后通过小波变换,在频率域并对图像进行融合。(This program is an image fusion program. First, the image is read into the image, and then the image is fused in the frequency domain through the wavelet transform.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11700224
    • 提供者:小傅老师
  1. waveletcode

    0下载:
  2. 小波变换,双树复小波,小波和复小波的图像阈值去噪(Wavelet transform, double tree complex wavelet, wavelet and complex wavelet image deniosing)
  3. 所属分类:图形图象

    • 发布日期:2018-04-23
    • 文件大小:1859584
    • 提供者:zhenima
  1. xiao_bo

    0下载:
  2. 小波变换对图像去噪,小波用海尔基,图像需输入文件名,图像可以直接去噪,也可以添加高斯白噪声后再去噪。压缩包中包含界面。具体情况详见m文件中注释。(Image denoising with wavelet transform,Harr wavelet)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:5786624
    • 提供者:泊照
  1. Wavelet_SR

    1下载:
  2. 本程序是基于单幅图像的超分辨率算法,通过对输入的高分辨率图像进行下采样得 % 到原始低分辨率图像,对输入的低分辨率图像插值后,利用DWT将低分辨率图像分 % 解为不同的4个子带;同时直接对对分辨率图像进行SWT处理。由SWT得到的高频子 % 带来修正DWT得到的高频子带。最后,通过逆离散小波变换(IDWT)组合修正的高 % 频子带和低分辨率图像,得到输出的超分辨率图像。通过计算PSNR和SSIM评价结果。(This prog
  3. 所属分类:图形图象

    • 发布日期:2018-04-23
    • 文件大小:2048
    • 提供者:shuo111
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com