搜索资源列表
轮廓跟踪
- 用OPENCV实现的轮廓检测与处理,VC支持,OPENCV实现-OPENCV achieve with the contours of detection and treatment, VC support to achieve OPENCV
opencv_webcam_application
- opencv的一些关于webcam的运用,主要是跟踪一类的源代码。本人是新手,这些都是我平时收集回来的一些代码,虽然不是原创,但是我觉得用处还是蛮大的。希望版主可以通过。-OpenCV the webcam on the use of a major category is tracking the source code. I greenhorn, these are my usual collection of some code, although not original, Howeve
VideoShow
- 一个自己写的利用MFC来实现OPENCV中函数的 小程序。把OPENCV中人脸检测与camshift跟踪算法加了进去。编译之间要先配置好OPENCV 安装好摄像头就可以使用了。-one's own use of MFC to achieve OPENCV Function of small procedures. OPENCV put human face detection and tracking algorithm camshift increase of nationalis
chelianggengzongjiance
- 该程序利用OPENCV来获取视频帧,并通过帧差来检测运动车辆和跟踪,还带有AVI文件,效果很好,希望大家喜欢。
handvu-beta3.tar
- 结合摄像头使用,用于手部位置跟踪,精准度非常高,另可以识别六种手势。其手位跟踪模块可作为手势识别软件的一个组成部分,内含非常详细的说明文档。编译该代码,需要 OpenCV 0.97 或更高版本的支持。在Windows下的编译顺序为cubicles工程、handvu工程,之后根据视频数据来源要求编译其他代码。建议使用 Visual Studio 2003 ,如果需要编译 DirectX 相关模块,则请安装 DirectX SDK 9.0 或更高版本。
2004121913408
- 用C++结合OPENCV实现的系统跟踪和检测系统,希望对大家有帮助
blobtrack
- OpenCV自带的blobtrack代码,可以在不变动参数情况下跟踪各种运动物体。
LKDemo
- 图像点跟踪的程序,需要安装opencv! 大家试一试,效果还不错!-image tracking procedures, the need to install OpenCV! We try, the results were pretty good!
12345motionandobjecttracking
- 基于opencv的人脸以及身体目标姿态跟踪,程序很有用,适合初学者学习。-Opencv-based human face and body posture tracking targets, the program is useful for beginners to learn.
kalmantrack
- 利用Kalman滤波器跟踪一个旋转的点,是用Opencv编的-Use of Kalman filter to track a rotating point
Edgedetectionadtrackingexercise
- 对一般的摄像头视频流进行基于opencv的拉普拉斯变换,然后通过前后模块对比,确定动点跟踪-On the general camera opencv-based video streaming of the Laplace transform, and then through the module before and after comparison, to determine fixed-point tracking
OpticalF_tracing
- optical flow 视频跟踪程序 基于opencv-OpticalFlow video tracing based on opencv
meanshift2
- vs2010+opencv编写 usb摄像头视频捕捉加上用HSV中的Hue分量进行跟踪人脸-vs2010+opencv write usb camera video capture plus track Hue component of the HSV face
opencv
- opencv 图像跟踪 用质心跟踪运动物体 并可手动标记运动物体-opencv C++ Tracking moving objects with a mass center moving objects can be manually tagged
OpenCV-tuan
- opencv 自定义团块完成跟踪程序的团块关联及实现-OpenCV custom clumps track program clumps associated
add-myblobtrack
- opencv实现运动物体跟踪,如果opencv提供的模块不够,则需要亲自动手写一个自己的模块。-use opencv to track the target,if there no enough block,than we need add my own block.
myblobtrack
- 展示opencv中运动跟踪框架的使用,如前景检测模块、新团块检测模块等-Show the usage in motion tracking framework in opencv, such as foreground detection module, a new mass detection module
opencv-tracking
- 应用OPENCV编写的目标跟踪程序,具有保存,提取,获取目标等功能-OPENCV target tracking application procedures, with preservation, extraction, target acquisition capabilities
openCV...Track
- openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
particle-filter
- opencv实现了一种目标跟踪算法——粒子滤波算法,算法的思想来源于文献[1][2],且在其思想上稍微做了些修改。其大概过程是:首先手动用鼠标框出一个目标区域,计算其直方图特征值作为模板,然后在该目标中心周围撒粒子,根据所撒粒子为中心的矩形框内计算其直方图特征,并与目标相比较,最后根据比较出的结果重复上面过程,即重采样的方法撒粒子,粒子扩散,状态观察,目标预测。最后通过实验证明,取得了较好的效果。-particle filter