搜索资源列表
中值滤波的源程序
- 中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter \"Hori\" is a BOOL variable,which is TRUE for the operation of Horizon Median Filter or FALSE for the V
滤波
- 一个windows简单的信号处理器,能进行固定带通滤波、可变通滤波、删除噪声、输入输出误差等功能,-a simple signal processor can for the fixed band-pass filter, flexible filter to remove noise, input and output functions such as error,
noise
- 产生杂点,类似Photoshop中的Noise滤镜效果。-have, like Photoshop's Noise filter effects.
图像中值滤波处理源代码
- C语言编写的程序,可以对图象进行中值滤波处理,效果不错,联系方式: QQ76947175-c program which can execute medeaval filter.good performance,contact with QQ76947175.
Photoshop SDK for Delphi 6_7
- Photoshop SDK V1.01 for Delphi67 简介: 帮助Delphi用户编写Photoshop插件模块和滤镜。 Centaurix.Photoshop.SDK.V1.0.for.Delphi67.inc.src We are proud to present a new package that will allow Borland Delphi developers to write Adobe Photoshop plug-in modu
WMMR
- WMMR:weighted maxinmun minmum range一种滤波、去噪算法,去除图像中小的高亮度区域。-WMMR : weighted maxinmun minmum range of a filter, denoising algorithm to remove small images of high-brightness region.
维纳滤波处理c代码
- 用c写了维纳滤波处理算法,里面有算法使用说明,供大家学习信号处理时参考-used to write the Wiener filter algorithm, and they use algorithms for signal processing to emulate reference
图象处理中值滤波
- 数字图像处理上常用的中值滤波处理源代码,可以参照一下-digital image processing used on the median filter processing source code can refer to the
1313 Mexican filter
- 一个13乘13的模板,用于图像的掩模处理,是一种mexican filter-a 13 x 13 template for the image mask, a filter MEXICAN
opencv_gaussian filter median filter
- opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
PushSource.rar
- pushsource filter 想写push source的强烈推荐看下这个范例 带源码 注册之后可以播放连续的BMP画面,pushsource filter to write a push source strongly recommend facie this example with source code can be registered to play for the screen of the BMP
AMCap.rar
- 完成视频采集,使用directshow的filter做的。,Complete video capture, the use of the DirectShow filter to do.
Image.rar
- 静态图像中的人体检测技术在驾驶员辅助系统、人体运动捕捉、色情图片过滤以及虚拟视频等领域有重要的应用价值。,Static images of the human body detection technology in driver assistance systems, human motion capture, filter pornography and other areas as well as the virtual video has important application va
C
- IIR数字滤波器设计C程序-双线性变换法设计IIR数字滤波器包括1.Lowpass 2.Highpass 3.bandpass三部分-Infinite Impulse Response Digital Filter Design By Double Converting
filter
- 用于介绍滤波器的构建以及如何对输入信号进行去噪声。-Construction for the introduction and how to filter the input signal to noise.
code_bayesian
- bayesian matlab Filter
filter
- 巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off frequency, we take a look at
59564355GABOR1234
- 使用gabor函数对图像进行卷积操作,对学习图像滤波很有帮助-Gabor function image using the convolution operation, very helpful for learning image filter
E-images-filter-applications
- 易语言图像编程之滤镜应用,作者:邓学彬(泪闯天涯)-Easy programming language images filter applications
particle-filter
- opencv实现了一种目标跟踪算法——粒子滤波算法,算法的思想来源于文献[1][2],且在其思想上稍微做了些修改。其大概过程是:首先手动用鼠标框出一个目标区域,计算其直方图特征值作为模板,然后在该目标中心周围撒粒子,根据所撒粒子为中心的矩形框内计算其直方图特征,并与目标相比较,最后根据比较出的结果重复上面过程,即重采样的方法撒粒子,粒子扩散,状态观察,目标预测。最后通过实验证明,取得了较好的效果。-particle filter