搜索资源列表

  1. imrh4

    0下载:
  2. 用MATLAB编写的图像去噪源程序,除了个别函数是调用的外,主要功能由自己编写-MATLAB image denoising source program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘成
  1. Daubechies

    0下载:
  2. Daubechies提升小波在图像去噪中的仿真研究.caj 有需要的朋友可以下载作参考-Daubechies.caj
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:711680
    • 提供者:蹇犺瘹
  1. PDE

    0下载:
  2. 偏微分方程的图像去噪算法全集,PM方程,SHOCK滤波器等MATLAB代码-Algorithm for Image Denoising Complete Works, PM equation, SHOCK filters MATLAB code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:于晓升
  1. MATLABprocsing

    0下载:
  2. matlab小波图像去噪代码,能处理简单的学习问题-Wavelet image denoising matlab code that can handle simple learning problem
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:103424
    • 提供者:qiang
  1. waveletimageprocess

    0下载:
  2. MATLAB小波图像处理,小波在图像处理上的应用,包括图像去噪,图像增强-MATLAB Wavelet image processing, wavelets in image processing applications, including image denoising, image enhancement, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:297984
    • 提供者:彭婷
  1. Denoise

    0下载:
  2. 图像去噪,C++版,去噪效果明显,方法特殊-image denoising
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4062208
    • 提供者:chanqiwen
  1. wavelet

    0下载:
  2. 使用小波变换进行图像去噪,对得到的高频部分利用软阈值和硬阈值法去噪-Image denoising using wavelet transform, the high frequency part by the use of soft threshold and hard threshold denoising
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:刘恋
  1. ImageDenoisingBasedonWaveletTransform

    0下载:
  2. 基于小波变换的图像去噪的matlab程序 程序使用说明: 1、软件应用平台:Matlab6.5或更高; 2、打开方法: 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。 然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。 程序内容写在在程序的注释里。
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:song
  1. Wavelet-image-denoising-procedures

    0下载:
  2. 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:朱兰花
  1. ROF

    0下载:
  2. 用于图像去噪的基于matlab的程序!简单易懂-For image denoising matlab-based program!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:4578304
    • 提供者:周丽
  1. 1111867

    0下载:
  2. 自适应中值滤波算法,可以用于图像去噪,比传统的中值滤波效果更好,运行时间更短-Adaptive median filter algorithm can be used for image denoising, than the traditional median filter is better, shorter running time
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:479232
    • 提供者:galilio
  1. TV

    0下载:
  2. TV模型源代码 图像去噪中经典模型 在MATLAB下编出来的-TV model source code in the classical model of image denoising under the code out in MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. promgramwavelet_denoise1

    0下载:
  2. 小波图像去噪程序,简单实用,对初学者很有用-Image denoising procedure is simple and practical, very useful for beginners
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:布饮
  1. xuanquyuzhi

    0下载:
  2. 这是一个关于小波阈值图像去噪的程序,通过对分解后的系数各层进行不同的阈值处理,最后得到去噪后图像。-It s about a wavelet threshold program well worth beginners reference!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王玲
  1. adjgamma

    0下载:
  2. 图像预处理-图像去噪方面-滤波器-matlab的实现程序,非常清晰- ADJGAMMA- Adjusts image gamma. function g = adjgamma(im, g) Arguments: im - image to be processed. g - image gamma value.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kakarot
  1. NSCTdenoising

    0下载:
  2. 两种基于非下采样变换图像去噪方法,效果比contourlet变换要好-Two transform based image denoising nonsubsampled method, the effect is better than contourlet transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. sar-denoising

    0下载:
  2. sar图像去噪的几种新的方法,滤波效果明显,做毕设是在万方上找到的,分享一下-sar de-noising
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1788928
    • 提供者:李德鑫
  1. xiaobotuxiagnbijiao

    0下载:
  2. 一篇关于小波图像和小波图像去噪的比较,观点比较新颖。算法明确-Wavelet image and article on the comparison of wavelet denoising, more innovative ideas. Algorithm clearly
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:386048
    • 提供者:hx
  1. filtering

    0下载:
  2. 用MATLAB实现频域平滑滤波以及图像去噪代码 -Frequency domain using MATLAB to achieve filtering and denoising code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. ImageTVdenoise

    0下载:
  2. 利用总体变分法实现图像去噪,内有详细说明和事例-Variational method used to achieve the overall image denoising, with detailed descr iptions and examples
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:95232
    • 提供者:sdf
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

源码中国 www.ymcn.org