搜索资源列表
ImageProcessing(forCB6)
- 用C++ Builder 6.0进行图象处理,包括平滑滤波等-C Builder 6.0 for image processing, including smoothing filter
DIBDisplay
- 一整套针对BMP图像进行图像处理的源程序,包括点运算,位运算,边缘检测,平滑滤波等
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
3neigbor
- 平滑滤波一般来说,图像的能量主要集中在其低频部分,噪-smoothing filter general, the image of energy is mainly focused on the low-frequency part of Noise
平滑滤波
- 可以对图像进行平滑处理,对于学习图像处理的很有用啊!
图像的显示与存储
- 能实现图像的显示与存储,并有平滑滤波的处理过程。
midfilter
- 中值滤波,用于图形图像处理,对图像进行平滑,优点是不会出现边界轮廓!-median filter for image processing, image smoothing, the advantage of not arise boundary contour!
SMOOTHFILTER
- 提高数据采集可靠性的一种方法--平滑滤波法,这里是20点和40点的平滑滤波。 CRC冗余码校验也是提高可靠性的必要方法。-Improve the reliability of a data collection method- smoothing filtering method, this is 20 o clock and 40-point smoothing filter. CRC redundancy check is also an essential means to impro
TemplateTrans
- 图像增强的算法,包括图像平滑,图像锐化,中值滤波-图像增强的算法,包括图像平滑,图像锐化,中值滤波等等
4567notch_filter
- 自适应滤波高斯滤波的平滑噪声边缘检测 -lvbo
vc_showdib
- VC进行数字图像处理,中值滤波,图像锐化,图像平滑,直方图均衡- DIP
za
- 在labwindows/cvi里编写的滤波程序,采用均值平滑滤波,对边缘模糊较小-the program developed in labwindows/cvi,with average smoothing filter
juanji
- 卷积运算,功能很强大能进行图片的卷积处理,高斯滤波,平滑处理-convolve
bianyuanjiance
- bmp格式文件和六种常用图像增强算法作出了研究,文中详细论述了数字图像增强技术中涉及到的图像平滑、中值滤波、梯度锐化、拉普拉斯锐化、灰度拉伸和灰度均衡各基本算法及其在Visual C++ 6.0下的具体实现,列出了各图像增强基本算法所涉及的关键源代码,同时,在每种图像算法中都分别给出了一幅标准的数字图像在各种处理前与处理后的对照图像。 -bmp format, and six kinds of commonly used image enhancement algorithm to the
kaerman
- 卡尔曼滤波器,用于平滑惯性器件的输出数据,从而可以对数据进行建模与补偿。 -Kalman filter, inertial device for smoothing the output data, allowing for data modeling and compensation.
MATLAB
- matlab应用中将一幅图像进行灰度变换,和各种平滑滤波边际滤波的程序(matlab application will be an image gray-scale transformation, and a variety of smoothing filter edge filtering procedures.They are generally used in medical image processing.)
用C语言实现数字滤波
- 各种滤波代码,C语言实现,平滑、递推、中位值等等(C language, various digital filtering)
SystemGenerato
- 通过建立MATLAB simulink generator实现3*3的矩阵的图像平滑滤波(Through the establishment of MATLAB Simulink generator to achieve the 3*3 matrix of the image smoothing filter)
Matlab-卡尔曼平滑
- 用共视法处理卫星时统数据的卡尔曼滤波算法(Calman filtering algorithm for processing satellite time data using CO view method)
线性滤波
- 线性低通滤波器最常用的是线性平滑滤波器,这种滤波器的所有系数都是正的,也称邻域平均。邻域平均减弱或消除了傅立叶变换的高频分量,对噪声的消除有所增强,但是由于平均而使图像变得更为模糊,细节的锐化程度逐渐减弱。 下面使用不同的平滑模板对图像进行滤波:(二维线性滤波fliter2)(The most commonly used linear low-pass filter is the linear smoothing filter, which has all the positive coeff