登录
首页 » matlab » NLMeans

NLMeans

于 2010-10-22 发布 文件大小:725KB
0 185
下载积分: 1 下载次数: 451

代码说明:

  非局部均值滤波 输入: 待平滑的图像 t: 搜索窗口半径 f: 相似性窗口半径 h: 平滑参数 NLmeans(ima,5,2,sigma) (Non-local mean filtering input: to be a smooth image t: the search window radius f: similarity of the window radius h: smoothing parameter NLmeans (ima, 5,2, sigma) )

文件列表:

NLMeans





.......\bridge128.bmp,17464,2008-06-14
.......\bridge64.bmp,5176,2008-06-14
.......\cameraman.bmp,66616,2008-03-27
.......\db.m,229,2008-06-13
.......\dog.bmp,66616,2008-05-28
.......\filters.m,2421,2008-04-21
.......\lena.bmp,66616,2007-05-19
.......\lena128.bmp,17464,2008-06-12
.......\lena64.bmp,5176,2008-06-12
.......\manmade.bmp,66616,2007-06-15
.......\manmade128.bmp,17464,2008-06-14
.......\manmade64.bmp,5176,2008-06-14
.......\NLmeans.m,2222,2008-06-15
.......\peppers.bmp,66616,2008-03-28
.......\peppers128.bmp,17464,2008-06-14
.......\peppers64.bmp,5176,2008-06-14
.......\Psnr.m,649,2008-06-15
.......\SNR.m,481,2008-06-15
.......\start.asv,466,2008-06-15
.......\start.m,1652,2008-06-15
.......\weight.m,559,2007-10-03
.......\woman.bmp,90936,2008-05-28
.......\zebra.bmp,89144,2008-05-28
.......\zebra128.bmp,23096,2008-06-14
.......\zebra64.bmp,6712,2008-06-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB条码二维码识别
    说明:  基于MATLAB的条形码识别。带GUI可视化用户操作界面。读取条形码,经过一系列预处理,如灰度化,去噪,直方图增强,中值滤波,二值化,腐蚀,识别等。可识别20多张条形码图片,另外可定制二维码的识别,二维码可自定义生成内容,生成二维码,然后嵌入数字水印进行加密传输,接收方提取水印的二维码,识别。(Bar code recognition based on MATLAB. Visual user interface with GUI. Read bar code, after a series of preprocessing, such as graying, denoising, histogram enhancement, median filtering, binarization, corrosion, recognition and so on. It can identify more than 20 bar code images, and can customize the identification of two-dimensional code. The two-dimensional code can generate the content of the two-dimensional code, generate the two-dimensional code, and then embed the digital watermark for encryption transmission. The receiver can extract the two-dimensional code of the watermark for identification.)
    2021-03-27 19:39:12下载
    积分:1
  • pca
    在尽可能好的代表原始数据的前提下,PCA通过线性变换将高维空间中的样本数据投影到低维空间中。(In the best possible on behalf of the original data, under the precondition of PCA through linear transformation in the high-dimensional space sample data projection to low dimensional space)
    2012-12-20 10:11:23下载
    积分:1
  • FCM
    模糊C均值聚类算法,对图像进行分类,图像处理,多类划分,SAR图像分类(Fuzzy c-means algorithm clustering algorithm, the image classification, image processing, many kinds of division, the SAR image classification)
    2021-03-17 20:59:21下载
    积分:1
  • ASM模型
    使用MATLAB软件运行ASM模型对人脸进行检测和拟合(MATLAB software is used to run the ASM model to detect and fit the human face)
    2017-06-05 18:58:00下载
    积分:1
  • GIST_matlab
    提取GIST特征的matlab实现源码,初学者实用(Extract GIST features matlab achieve source beginners practical)
    2021-04-06 17:39:02下载
    积分:1
  • ForEstimateCircle
    圆心检测算法,使用matlab根据sci文章仿写,在图像质量不高的情况下检测效率较高。(Center of a circle detection algorithm, the use of matlab under the sci article仿写, image quality is not high in the case of a higher detection efficiency.)
    2008-06-17 16:13:00下载
    积分:1
  • simulation
    循环理论相关MATLAB程序:滚动轴承仿真信号的产生(加噪声干扰)(Cyclostationary related)
    2011-12-12 13:45:34下载
    积分:1
  • drawmat
    演示了点阵字符的绘制方法,visual c++源码(Demonstrates a dot matrix characters drawing method, c++ source code)
    2012-12-22 18:24:16下载
    积分:1
  • LayerDrawable
    A Drawable that manages an array of other Drawables. These are drawn in array order, so the element with the largest index will be drawn on top.
    2014-02-25 11:22:22下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载