搜索资源列表
gaussianfilter
- 这是一个基于opencv的高斯空域滤波的函数,使用了掩膜遍历进行卷积。-This is a Gaussian spatial filter based on opencv function through the convolution with the mask.
gaussian
- basic gaussian filter for images from your page
05036708CopyBMP
- VC++对一幅图像进行选中部分的显示,效果不错,可以实现类似photoshop中的图像的显示的效果,对VC编写图像处理软件的朋友很有帮助。.--VC++ on an image of fuzzy Gaussian smoothing treatment, good results can be achieved similar to photoshop the Gaussian blur filter effect, on the VC image processing software to
ImageSmoothing
- 图像平滑,滤波器的设计,并且可以产生高斯噪声。-Smoothing, filter design, and can produce Gaussian noise
1
- 自己编写的滤波函数,包括中止滤波,高斯噪声滤波 ,加深对滤波函数的了解-Write your own filter function, including the suspension of filtering, Gaussian noise filtering, and a better understanding of filtering functions
picture7
- 对椒盐噪声和噪声分别进行3种滤波,包括算术均值滤波、几何均值滤波、中值滤波-three kinds of filter to salt and pepper noise and gaussian noise ,including arithmetic mean filter, geometric mean filter, median filter
gaborga
- 高斯滤波器,对图像进行高斯滤波处理,去除噪声-Gaussian filter, the image of gaussian filtering processing, remove the noise
t_12
- 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i