搜索资源列表
08-14_via-audio
- smooth 灰度图象处理算法,对于图象轮廓的平滑处理
eps_2D
- 二维保边缘平滑算法,用于图像的去噪,同时可以保持图像的边缘信息
WuLinesWidth
- 含线条宽度参数的wuLine平滑直线算法-With line width parameters of a straight line algorithms wuLine smoothing
smooth
- C# 编写的图形去噪平滑的例子,集中了常用的平滑和去噪的算法,比如中值滤波,小波,形态学,高斯等。-2D-image denoise and smooth algorithms with C#, including many useful methods.
Poly2ApproximateBezier
- 算法:从任意曲线中提取Bezier曲线的关键点,这样可以对曲线形状进行任意平滑控制。-Algorithm: to extract from any curves the critical point Bezier curves, which can be arbitrary smooth shape of the curve control.
image11
- 本程序给出了一个图像的平滑与锐化的详细例子,里面包括多种图像平滑和锐化算法-This program gives a detailed example of an image smoothing and sharpening, which include a variety of image sharpening and smoothing algorithm
tuixiangzengqiang
- 均值滤波:把每个像素周围的8个像素来做均值操作,可以平滑图像,速度快,算法简单,但是无法去掉噪声,只能微弱的减弱它。-The mean filtering: 8 pixels around each pixel do mean, you can smooth image, fast and simple algorithm, but can not get rid of the noise, only faint weakened it.