搜索资源列表
opencv
- opencv使用中值滤波器简单处理图像-opencv median filter using a simple image processing。。。
kalman
- 用kalman滤波器实现运动目标的跟踪.vc6.0和opencv编程,-Using kalman filter tracking moving objects. Vc6.0 and opencv programming,
kalman-filter-test
- Kalman filter 用于跟踪的详细代码有说明,运行良好,适合移植使用-Kalman filter for tracking code has made it clear, well-run, suitable for portable use
MovingObjectTracking
- 基于OPENCV实现的粒子滤波运动目标跟踪源程序-Particle Filter Moving Object Tracking based on OPENCV
31767679CamshiftandKalman
- Combination of Kalman Filter and Camshift Algorithm for hand detection
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
OpenCV_kalman_test
- kalman filter using opencv
KALMANPARTICLE
- 基于 Kalman Filter和 Particle Filter的 目标跟踪 脸部跟踪 object tracking c++程序 源码。 -C++ face tracking program code base on Kalman Filter and Particle Filter
adaptive-filter-summary
- 自适应滤波技术综述,用于运动分析和对象跟踪-summary for adaptive filter, can be used for motion analysis and object tracking
Opencv-filter
- 利用opencv和C实现的一个过滤程序,内附一张测试图片。-A app of Filter made with Opencv. A pic in it.
CAMShift and Kalman Filter tracking
- Object tracking uses Camshift and Kalman Filter
opencv-particle-filter
- 粒子滤波在openCV开发环境中的源代码,借鉴中希望能帮助到大家-OpenCV particle filter in the development environment of the source code, hoping to help to draw in everyone
generate-kalman-filter-based-opencv
- 卡尔曼滤波器,通过开源平台opencv,可根据需要自己调整参数-Kalman filter, through the open-source platform opencv, parameters can be adjusted according to the needs of their own
Particle-filter
- 利用粒子滤波算法对目标进行跟踪,需要在第一帧选定目标并按下回车-For target tracking using particle filter algorithm, in the first frame selected target and press enter.
opencv_cuda-gaussion-filter
- 实现cuda——opencv版本的图像高斯模糊-realize the gaussion filter with cuda c and opencv
low-pass-filter
- opencv3.0+vs2013编写理想低通,巴特沃斯低通,高斯低通滤波器-opencv3.0+vs2013 write ideal lowpass, Butterworth low-pass, low-pass Gaussian filter
Fast-O(1)Bilateral-Filter
- Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
opencv3-Filter
- opencv3 编程入门filter函数的使用,编译通过-opencv3 introductory programming filter function, compiled
Morphology-Filter
- This source developed by Visual Studio 2013 and Incuded by Open CV Library. This is example that using Morphology Filter with OPEN CV that process image that get webcam-This source developed by Visual Studio 2013 and Incuded by Open CV Library. This
ParticleFilter-targettracking
- 使用粒子滤波方法对摄像头中手动选择区域进行跟踪,代码没有优化,跟踪效果一般,可以为初学者使用。(The particle filter method is used to track the manually selected area in the camera, the code is not optimized, the tracking effect is general, and it can be used by beginners.)