搜索资源列表
track2
- 运动目标检测与跟踪:用的是pyramid L-K 光流追踪-Moving target detection and tracking: using a pyramid LK optical flow tracking
cvDemo
- PTZ控制+OPENCV2.1 CAMSHIFT 目标自动追踪-The PTZ control+OPENCV2.1 CAMSHIFT automatic target tracking
facetrack2009.zip
- 目标追踪代码,主要使用opencvx库实现,包含所有该库的头文件,Target tracking, using opencvx library implementation
track
- 基于颜色的目标追踪源码,可以识别颜色后进行追踪 ,有进一步优化的空间。-Color-based target tracking source, the tracking can identify colors, yo further optimize space.
colored-target-tracking-
- 通过opencv实现彩色目标追踪,实现物体图像识别-Opencv track to achieve goals through color, to achieve the object image recognition
MFC_OpenCV_CompressiveTracking
- 基于香港理工大学Kaihua Zhang提供的Compressive Tracking类,用MFC写了一个目标追踪界面。打开摄像头后,即可在图像中框选出需要追踪的物体进行追踪,还可录制视频、保存图片。-Based on Compressive Tracking class Kaihua Zhang Hong Kong Polytechnic University provided, we wrote a target tracking interface. Program features a
optical flow tracker
- 光流法实现移动目标是追踪,检测物体位移,判断运动方向(Optical flow method to achieve the target is to track, detect object displacement, to determine the direction of movement)
opncv
- 动态目标追踪和前景背景提取,使用Python和opencv编程(Dynamic object tracking and foreground background extraction, using Python and opencv programming)
【8】彩色目标跟踪
- 使用OpenCv对彩色目标进行追踪。编程环境为C++。(Using OpenCv to track color targets.)
基于OpenCv目标跟踪系统的实现
- 在opencv中实现目标跟踪,基于色彩实现指定目标的追踪。(Realization of target tracking in opencv)
均值漂移算法
- 基于OpenCV下实现的均值漂移算法,能够实现对视频中的人物进行目标追踪,完成运动轨迹的追踪算法。