搜索资源列表
利用卡尔曼滤波跟踪一个点
- 利用卡尔曼滤波跟踪一个点,VC环境下,用OPENCV编-tracking the use of a Kalman filter, the VC environment, with provision OPENCV
filter
- 基于OPENCV的,vc++ 图象处理程序,用不同的核进行图象的二维滤波.
opencv_gaussian filter median filter
- opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
openCV图像处理,内含边缘检测
- openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
PMCanny
- 用OpenCV实现的基于各向异性扩散滤波的Canny算法-The Canny Algorithm based on Anisotropic Diffusion Filter and Its Implementation with OpenCV
kalman
- 此代码可以在Visual C++和OpenCV开发环境下实现kalman滤波-This code can be Visual C++ And OpenCV development environment to achieve kalman filtering
kalmantrack
- 利用Kalman滤波器跟踪一个旋转的点,是用Opencv编的-Use of Kalman filter to track a rotating point
OpenCVMixfilters
- Some Mixture of OpenCV filter for Opencv2.0. C++ Compressed in one rar file.
kalman
- Use Kalman filter to track c++ and OpenCV
Okalmanp
- 基于opencv的kalman滤波例子,利用kalmman滤波原理跟踪一个运动的点。, -Opencv kalman filter example to use kalmman filtering principle to track the point of a movement. ,
OParFilteerp
- 用opencv实现的粒子滤波跟踪程序序。需要手动选取跟踪物体-opencv -Particle filter tracking with opencv program sequence. Need to manually select the track object-opencv
dogfiltering
- DoG filter using opencv. Very good example
project1.1_opencv
- 用c++编写的适合新手学习的opencv滤波小程序-Written c++ suitable for novice learning opencv filter applet
Kalman
- 学习中文OPENCV里面的一个经典实用例子,检验的卡尔曼滤波的有效性,对于车道线跟踪有借鉴意义-Learning Chinese opencv inside a classic practical examples and test the effectiveness of the Kalman filter
morph
- 基于opencv的形态学图像处理(一):膨胀与腐蚀操作-morphy filter
nonlinear-filter
- 基于opencv的非线性滤波专场:中值滤波、双边滤波-nonlinear filter
particle-filter
- opencv实现了一种目标跟踪算法——粒子滤波算法,算法的思想来源于文献[1][2],且在其思想上稍微做了些修改。其大概过程是:首先手动用鼠标框出一个目标区域,计算其直方图特征值作为模板,然后在该目标中心周围撒粒子,根据所撒粒子为中心的矩形框内计算其直方图特征,并与目标相比较,最后根据比较出的结果重复上面过程,即重采样的方法撒粒子,粒子扩散,状态观察,目标预测。最后通过实验证明,取得了较好的效果。-particle filter
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
opencv识别特定颜色区域
- 在opencv图像处理中,需要计算出某个颜色的区域,进行相应的滤波或者是其它操作。这个程序就是用来识别特定的颜色区域,方便修改。(In opencv image processing, you need to calculate a color of the region, the corresponding filter or other operations. This procedure is used to identify a specific color area, easy to
kmeans_filtro
- This code is a Kmeans filter for images