搜索资源列表
gaussian.rar
- 高斯滤波核函数生成,可以根据K和要生成对应的高斯核,Gaussian filter kernel generation, according to K and to generate the corresponding Gaussian kernel
gaborfilter
- 高斯函数能构成一个在频域具有平滑性能的低通滤波器。可以通过在频域做乘积来实现高斯滤波。-Constitute a Gaussian function to the frequency domain with a smooth performance of the low-pass filter. Can be done in the frequency domain Gaussian filter to achieve the product.
filter
- 1. 用imoise()函数给一幅数字图像加入’salt & pepper’和’Gaussian’噪声2)用3x3,5x5邻域平均平滑对图像进行处理3)用3x3,5x5中值滤波对图像进行处理, 2. 对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。-1. With imoise () function to a digital image by a
Image.Design.Gaussian.filter.C.code
- 图像高斯滤波C++设计代码Image Design Gaussian filter C + + code -Image Design Gaussian filter C++ code
Filter
- OPENCV下的中值滤波,均值滤波,高斯滤波程序-OPENCV the median filter, mean filter, Gaussian filter procedure
GAUSSIANBLUR_CODE
- 用c++写的,高斯滤波器的源代码,包含.h文件和.cpp文件-Using c++ written in the source code for Gaussian filter, including. H file and the. Cpp file
filter
- 高斯滤波先对图像做卷积运算,进行线性滤波,支持替代方式操作。-Gaussian filter to the image so convolution operation, linear filtering, support for alternative means of operation.
Filter
- 包含高斯低通滤波和拉普拉斯高通滤波,及综合滤波的效果。含GUI操作界面-Contains the Gaussian low-pass filtering and Laplacian high-pass filtering, and integrated filtering effect. With GUI interface
GaussianFilterTest
- Gaussian Filter 高斯平滑滤波器,自己用C++写的滤波器类,用于其他处理操作前平滑噪声用。设定Sigma值,可以调整平滑效果。 下载包包含完整的Visual Studio 2005测试项目。 <plumcore>-Gaussian smooth filter
Diffusion
- the package contains some methods of diffusion filters to smooth the noisy images without losing important data such as edges in image analysis,including anisotropic diffusion(Perona-Malik), linear isotropic,median and Low Pass Gaussian filter.
gaussian-filter-in-digital-image-processing
- gaussian filter in digital image processing
gaussian-sobel-pyramid
- 对图像进行高斯滤波后再提取边缘 对图像进行金字塔各层图像进行sobel提取边缘。 内附有原图,处理后的效果图及程序结果说明。-Gaussian filter and the image edge extraction layers of the image pyramid image sobel edge extraction. Enclosed is the original deal with the effects of plans and procedures after the
Gaussian-filter--design-
- 用于设计高斯滤波器(模拟,非数字滤波器)的辅助软件,绝对保证独此一份,有需要的可作参考。用vb编写,小小软件,请多多指教,谢谢。-Gaussian filter used in the design (analog, non-digital filter) and supporting software, this an absolute guarantee of independence, need for reference. Vb prepared, a small software, e
Gaussian-filter
- Gaussian Filter with example The functions used in the main.m file Function d2gauss.m: This function returns a 2D Gaussian filter with size n1*n2 theta is the angle that the filter rotated counter clockwise and sigma1 and sigma2 are the
Gaussian-filter
- 图像模糊化处理用的高斯滤波器,共两个文件,一个主函数,一个功能函数。-Gaussian filter for the fuzzy image processing, a total of two files, a primary function of a performance function.
Gaussian-filter
- 数字图像处理去噪(图像平滑)高斯滤波程序代码范例-Digital image processing Gaussian filter
Gaussian-filter
- 高斯滤波器,利用傅里叶变换实现高斯低通和高通滤波-Gaussian filter
Gaussian-Filter-Algorithm
- 很清楚的讲解了高斯滤波在图像在的应用,对于高斯噪声有很好的平滑效果,并且讲解了高斯滤波的原理-Clearly explain the Gaussian filter in image applications, for Gaussian noise has a good smoothing effect and explain the principles of the Gaussian filter
Gaussian-Filter
- 图像基本处理VC++程序,文件包中包括采用高斯模板滤波器进行滤波的源程序以及相应的结果-VC++ basic image processing procedures, documentation templates included in the package Gaussian filter for filtering of the source and the corresponding results
smooth-filter
- 高斯频域滤波,各向异性滤波,低通滤波,作为图像平滑处理(gaussian filter in frequency field)