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

搜索资源列表

  1. NLM

    1下载:
  2. 可变邻域均值滤波,领域权重为回字形,中心为3*3,f为邻域半径- Variable neighborhood mean filter, the field weights are back, the center is 3*3, and F is the neighborhood radius.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:534
    • 提供者:dianzhang
  1. toolbox_nlmeans

    1下载:
  2. 一种matlab调用c++实现对彩色图像去燥的NLM算法-NLM algorithm to achieve a color image to the dry
  3. 所属分类:Special Effects

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

    1下载:
  2. 把ICA和NLM结合一起的去噪算法程序。先对噪声图像进行ICA处理,然后用NLM滤波对处理结果进行二次处理。效果比直接用NLM对噪声图片滤波要好。-ICA and NLM combined with the denoising algorithm program. Firstly, the noise image is processed by ICA, and then the results are processed by two times with NLM filter. Effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1512
    • 提供者:德玛
  1. matlab-nlm

    1下载:
  2. there a non-local means denoising article, along with the code. After debugging, the code is correct.里面有一篇非局部均值去噪的文章,并附有代码。经调试,代码正确。-there are a non-local means denoising article, along with the code. After debugging, the code is correct.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5664
    • 提供者:zhangfe
  1. nlm

    1下载:
  2. 用于模块化多电平逆变器最低电平调制程序,很好的控制方法-Minimum level modulation program for modular multilevel inverters
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:535
    • 提供者:阿红
  1. NLM-paper

    0下载:
  2. 非局部图像去噪方法及其应用研究,论文-Non local image denoising method and its application,paper
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14215168
    • 提供者:suzhonghua
  1. popiunthm-pickan

    0下载:
  2. popular denoising scheme. Conceptually simple, the algorithm is computationally intensive for large images. We propose to speed up NLM by using random sampling. Our algorithm picks, uniformly at random, a small number of columns of the weight
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-09
    • 文件大小:1882194
    • 提供者:杨松
  1. NLMfilt

    0下载:
  2. 图像非局域加权平均降噪处理,程序是用matlab编写的,非常简单易用。-nonlocal mean (NLM) fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:Scidilii Chan
  1. sin-and-nml

    0下载:
  2. 正余弦+NLM滤波器和正余弦与其他滤波器的视觉效果与数值信息比较-Sine and Cosine+NLM cosine filter and compare numeric information with visual effects and other filters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1127
    • 提供者:万力超
  1. quzao

    0下载:
  2. 去噪方法包括ENI,NLM,RMS,还包括客观评价指标PSNR,SNR,可以直接运行。-Denoising including ENI, NLM, RMS, further comprising an objective uation PSNR, SNR, can be directly run.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:110384
    • 提供者:万力超
  1. bm3d0

    1下载:
  2. BM3D算法源代码。NLM去噪算法使用的是inter-patchcorrelation,而Wavelet shrinkage使用的则是intra-patch correlation。这两种方法都取得了不错的效果,一个很自然的想法就是:可以同时使用他们两个方法吗?这便导出了BM3D去噪算法[2],算是现在公认的去噪效果最好的算法。-BM3D algorithm source code. NLM Denoising algorithm using inter-patchcorrelation, an
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:32728
    • 提供者:q
  1. NLM

    0下载:
  2. 采用非局部均值去噪的算法对图像进行去噪处理。-Non-local means denoising algorithm for image denoising.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:754
    • 提供者:张荣飞
  1. nlmeansC.tar

    0下载:
  2. 这是二维图像去噪算法,基于NL-means的C++源码,需自行配置工程使用(This is a two-dimensional image denoising algorithm, based on NL-means C ++ source code, need to configure their own use)
  3. 所属分类:图形图像处理

  1. mesh-indexing-master

    0下载:
  2. MEDLINE citations are manually indexed at the U.S. National Library of Medicine (NLM) using as reference the Medical Subject Headings (MeSH) controlled vocabulary. For this task, the human indexers read the full text of the article. Due to the growth
  3. 所属分类:并行计算

    • 发布日期:2017-12-17
    • 文件大小:18432
    • 提供者:harkhani
  1. fast nlm

    1下载:
  2. 实现non local means 快速功能,供大家参考(Achieve fast non local means noise reducing algorithm for your reference)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:eason-li
  1. my BM3D

    1下载:
  2. C实现BM3D图像去噪算法,可以在vs 2010运行......(C implementation of BM3D image denoising algorithm, you can run NLM noise reduction in vs 2010)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:summersdf
  1. matlab-ecg-0023_www.matlabsite.com

    0下载:
  2. NLM denoising, popular in image processing, is here used for denoising time series data (ECG)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:773120
    • 提供者:taran
  1. DTCWT-NLM-master

    3下载:
  2. 图像去噪,应用DTCWT 进行地震信号的去噪和重建(picture-denosing apply DCTWT into signal of earthquake denosing)
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-16
    • 文件大小:891904
    • 提供者:囡囡723986
  1. nlm

    1下载:
  2. 非局部均值(NL-means)是近年来提出的一项新型的去噪技术。该方法充分利用了图像中的冗余信息,在去噪的同时能最大程度地保持图像的细节特征。基本思想是:当前像素的估计值由图像中与它具有相似邻域结构的像素加权平均得到。(NL-means is a new denoise method. It utilized image's information, preserving detail while denoise.)
  3. 所属分类:其他

    • 发布日期:2021-04-07
    • 文件大小:25600
    • 提供者:mqsh
« 1 2 3 4»
搜珍网 www.dssz.com