搜索资源列表
图像处理程序集
- P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.2
MATLAB图像处理源程序
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209
NLmeansfilter
- 这是新提出来的用于图像去噪的非局部均值滤波方法, matlab程序.非常好,你试试.-this is a new proposed image denoising method--non local means filtering, matlab file. you can try!
NLMeans
- 非局部均值滤波的算法,还不错哦~自己觉得很好-Non-local mean filter algorithm, is also a good feel oh well
toolbox_nlmeans
- toolbox_nlmeans 用MATLAB实现非局部均值滤波算法-toolbox_nlmeans
NLMean
- 非局部均值(Non-local Mean)SAR滤波,matlab程序-Non-local mean (None-local Mean) SAR filtering, matlab program
NL_Back_projection
- 一篇有关非局部均值滤波在超分辨重建中的应用的论文,英文的,IEEE上的-a paper about NL-based SR
denoiseaenhance
- 非MATLAB库函数实现空域去噪(包括“3x3均值滤波”、“5x5均值滤波”、“3x3中值滤波” 、“5x5中值滤波”)和空域加强(包括“拉普拉斯算子”、“Roberts算子”、“Prewitt算子”、“Sobel算子)的原创MATLAB代码。-Non-MATLAB library functions the airspace denoising (including the 3x3 mean filter, 5x5 mean filt
NLMeans
- 非局部均值滤波 输入: 待平滑的图像 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 p
fast_NL
- 图像恢复:快速非局部均值滤波--A.Buwades等人提出的非局部均值滤波的快速实现方法-Image restoration: the proposed fast non-local means filtering- A. Buwades non-local means filtering Fast Implementation
nmlgb
- 非局部均值滤波的主要代码,运用到数字图像处理的降噪,希望有用。-Non-local mean filtering code, the use of digital image processing, noise reduction, and I hope useful.
non_local-means
- 最原始的非局域均值滤波方法的代码,执行略慢-Code is the most primitive method of nonlocal mean filter
nlmeans-patch
- 在matlab环境下利用非局部均值滤波对图像处理的SURE估计,很好的程序。-In the matlab environment using nonlocal average filtering SURE estimation for image processing, very good program.
Proj2
- 图像处理,高斯滤波,均值滤波,两者的可分离滤波,边缘检测,模版匹配。主要是全是自定义函数非库函数。不用toolbox 任何函数。-image processing,Guassian filter,mean filter,separable filter,edge detection, template matching. user-define functions, not the functions in the library.
My-NLMeans
- 采用非局部均值滤波(NLM filter)对图像进行去噪,能取得很好的效果。-Using non-local means filter (NLM filter) for image de-noising, can achieve good results.
nlmeanfiltering
- 核磁共振医学图像的非局域均值滤波及其描述的代码-MRI medical images and descr iptions nonlocal mean filtering code
Non-Local Means Filter
- 能够实现图像的预处理也就是去噪处理,比中值滤波、均值滤波效果都要好。(Can achieve the image preprocessing is denoising, than the median filter, mean filtering effect is better.)
NL-means
- 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)
滤波
- 对图像进行快速非滤波处理,比较于传统方式拥有更快的运行速度(Filtering and processing of images)
eusipco2014code
- 目前非局部均值滤波算法研究比较火热,此程序提供了基础的非局部均值滤波matlab程序。(Currently Non-local means filtering algorithm is relatively hot, this program provides the basis for the non-local mean filter matlab program.)