搜索资源列表
main
- Code to track any selected object on webcam
opencv
- opencv目标检测与跟踪系统,能够很好的跟踪到目标,并将目标框起来。-opencv object detection and tracking system, to a very good track to the target, and target frame.
cam
- track a object on cam
shishi-opencv
- 实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! !
pfGui
- 对移动物体的目标检测与跟踪,基于meanshift的颜色跟踪算法,可以在背景相对单一的背景下对H分量高的物体进行跟踪。跟踪效果更佳。-The goal of moving object detection and tracking, color tracking algorithm based on meanshift, relatively in the background context of a single component of high-H objects to track. B
Track_any_object
- Code to track any selected object on webcam
opencv_kalman
- 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依
onling_tracker
- 采用在线学习跟踪方式,对物体进行跟踪,代码用c++编写,库用的Opencv库,程序中包括了3个.h,3个.cpp,一个.main程序。-We have added two new state-of-the-art object tracking algorithms to OpenCV which can robustly track images patches across a video sequence and learn online (i.e., on-the-fly) as the
Detailed-tracking-source
- 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is
OpticalFlow
- 使用opencv2的calcOpticalFlowPyrLK的函数计算光流,并跟踪视频中的移动目标-opencv2 calcOpticalFlowPyrLK video track object
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
Color-target-tracking
- opencv下实现基于均值漂移的追踪技术,运行程序是,用鼠标框选择一个有颜色的物体,可以对它进行追踪操作-Opencv under the mean shift based tracking technology, running the program is to use the mouse to a color object, you can track the operation
cPTAMAR
- 画增强现实的物体,提取特征,跟踪特征点,画出物体的位置。效果还可以。用的是vs和opencv还有opengl-Draw augmented reality, extract features, track the feature points, and draw the object s position. Effect can also. Using the VS and opencv and OpenGL
opencvCar
- 本程序开发环境:vc和opencv 整体功能:是为了实现车载视频中车牌自动跟踪,检测,,定位,识别,视频中物体的跟踪必须是手动圈住才行,摄像头使用的是usb摄像头. 打开摄像头,可以看到视频中画面,移动鼠标圈住物体,可以自动跟踪。-This program development environment: VC and opencv The overall function: in order to realize the video vehicle license plate auto
ViBe1
- 基于vibe实现的目标跟踪,当背景不变时,能对运动的物体进行检测并跟踪。- 36/5000 Jīyú vibe shíxiàn de mùbiāo gēnzōng, dāng bèijǐng bù biàn shí, néng duì yùndòng de wùtǐ jìnxíng jiǎncè bìng gēnzōng. Based on the vibe implementation of the target tracking, when the background is c
optical flow tracker
- 光流法实现移动目标是追踪,检测物体位移,判断运动方向(Optical flow method to achieve the target is to track, detect object displacement, to determine the direction of movement)