搜索资源列表
GaussianBlur
- C#图像高斯模糊的处理,效率很高。我可以找了很久才找到的。-a very efficient c# program for Gaussian Blurring of a image.It took me a long time to find it!
proeffectimage
- TProEffectImage is a TImage descendant with Some Cool Effects like AntiAlias, Contrast, Lightness, Saturation, GaussianBlur, Mosaic, Twist, Splitlight, Trace, Emboss, etc. Works with 24bit color BITMAPs.
GaussianBlur
- Gaussaian Blur in VB .net with other filters
Loading_and_Plasma
- Gaussianblur in multithreading.
gaussianblur
- 实现了高斯模糊,用模板实现,在程序中包含头文件后直接使用即可,速度还挺快,比我自己写的快了不止一个数量级,使用时TGaussianBlur<double>BlurFilter BlurFilter.Filter(pImage,NULL,512,512,13)详情请看http://www.librow.com/articles/article-9感谢该文作者的贡献-Implements a Gaussian blur, with the templates, include th
GaussianBlur
- 用卷积定理自己实现高斯模糊算法(很多图形图像处理课的作业哦)-Using the convolution theorem Gaussian blur algorithm to achieve their own (many graphics image processing homework assignment oh)
Blur
- GAUSSIANBLUR blur the image with a gaussian kernel GI = gaussianBlur(I,s) I is the image, s is the standard deviation of the gaussian kernel, and GI is the gaussian blurred image.
GaussianBlur
- 在图像预处理中,对图像进行平滑,去除噪声,恢复原始图像是一个重要内容。本文设计了一个平滑尺度和 模板大小均可以改变的高斯滤波器,用它对多幅加入各种噪声后的图像进行平滑,经过对各个结果图像的对比可知高斯滤波 对服从正态分布的噪声去除效果比较好,并且相比各个不同参数,在平滑尺度为2,模板大小为7 时效果最佳。-In the image pre-processing, image smoothing, noise removal, restore the original image is a
GaussianBlur
- 能够对图形图像进行高斯模糊处理,效果很佳,代码运行良好。-Can be carried out on the graphics and image Gauss fuzzy processing, the effect is very good, good code.
高斯滤波
- vs2010 opencv 数字图像处理对图像进行高斯滤波(vs2010 opencv GaussianBlur)
h3_gaussianblur
- gaussianblur h3_gaussianblur
13840737h3_gaussianblur
- LP123 13840737h3_gaussianblur computer vision on matlab
opencv
- OPENCV中空域滤波去噪函数Blur、boxFilter、MediaBlur和GaussianBlur等函数的使用方法;空域锐化函数Sobel、Laplacian等函数的使用方法(The method of using the spatial domain filtering de-noising function in OPENCV;)
blur
- 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)