搜索资源列表
matlab.imnoise.conv2
- 数字图像邻域平均法去噪的实现(包括有M文件和图像)-neighborhood Digital Image Denoising the average realized (including M documents and images)
VC++pinghua
- 应用VC++6.0完成图像的去噪,邻域平均法,中值滤波法-completed application VC 6.0 Image Denoising, neighborhood average, median filtering method
noise
- 图片去噪:对一幅图像加入不同的噪声(随机点噪声、椒盐噪声等),选取不同的方法去噪,比如说邻域平均、中值滤波、图像迭加等,比较对于不同的噪声,不同的方法哪种更好
badaoxiama5
- VC++pinghua.rar 简介:VC++pinghua VC++pinghua.rar ·应用VC++6.0完成图像的去噪,邻域平均法,中值滤波法.. 开发工具: Visual C++
duidupingjun
- 本程序,在进行去噪方面,采用了灰度平均的方法,经过历次实验,取得了很好的实验效果
pujian
- 加入短时能零积端点检测技术的幅值谱减法,噪声谱的估计根据端点检测的结果进行加权平均,时时更新,更好的去除噪音,并将去噪后的结果写成wav文件
de-noising.rar
- 此程序在时域中进行阈值去噪,基于平均阈值的去噪方法,This procedure carried out in the time domain threshold denoising, based on the average, the threshold de-noising method
libnlmeans
- 本代码是非局部平均去噪的经典算法,主要用于图像的非局部平均去噪,效果良好-The code is non-local average classical denoising algorithms, mainly non-local average for image denoising, to good effect
bm3d_nl
- CT重建图像时,先用BM3D滤波,然后运用经典的非局部平均去噪,效果很好-CT reconstruction image, the first with BM3D filter, and then use the classical non-local average denoising, very good. .
toolbox_nlmeans
- 实现非局部平均去噪算法(non local mean)-The realization of non-local denoising algorithm on average (non local mean)
image
- 该程序描述了用不同窗口的邻域平均滤波,来实现对含噪声图像的去噪处理,效果很好!-Descr iption of the program window with different neighborhood average filter, to achieve denoising images with noise to deal with, very good!
image5
- 针对图像的噪声,进行平滑去噪,中值滤波,邻域平均法,还有产生椒盐噪声和随机噪声。取自《vc++图像处理程序设计》第5章-Against the image noise, denoising smoothing, median filtering, neighborhood averaging method, as well as generate Salt and pepper noise and random noise. Retrieved from " vc++ image pro
zhongzhipingjunzhi
- 用中值滤波和平均滤波方法对二位图像进行去噪处理,采用的模板是3*3-With median filtering and average filtering method for image de-noising of the two processing, using the template is 3* 3
lvbo
- 邻域平均法滤波 原图像画面清晰,添加勒椒盐噪声后图像上产生勒明显的黑色斑点(噪声),用不同模板的平滑滤波处理后图像上的噪声消失,但是图像变得模糊,并且,使用的模板越大,对图像的去噪效果越好,同时图像也变得越模糊。 -Neighborhood averaging filter clear picture of the original image, add the Le Salt and pepper noise generated after the image Roming notic
average
- 对于初学者很实用的,用平均法对一幅图像去噪-It is usefull for learners,used average measurd to get rid of noise
denoise_image
- 文件中包含几个用matlab编写的图像去噪程序,如邻域平均滤波‘维纳滤波法,巴特沃斯滤波法,并给出了计算PSNR值的公式。- delete the noise in the image
average-method-denoising
- 应用matlab完成邻域平均法来实现数字图像去噪-Digital image neighborhood average method denoising realization
die-jia-ping-jun
- 叠加平均去噪过程的实现,信号产生,加噪,去噪效果的显示-Average denoising, signal generation, noise addition, display the denoising effects
邻域平均法
- 基于matlab软件,利用邻域平均法对图像高斯噪声进行去噪处理。(Based on MATLAB software, the neighborhood average method is used to denoise the image Gauss noise)
nlm
- 非局部均值(NL-means)是近年来提出的一项新型的去噪技术。该方法充分利用了图像中的冗余信息,在去噪的同时能最大程度地保持图像的细节特征。基本思想是:当前像素的估计值由图像中与它具有相似邻域结构的像素加权平均得到。(NL-means is a new denoise method. It utilized image's information, preserving detail while denoise.)