搜索资源列表
track-opencv
- 利用opencv库来进行差分法求运动的轮廓-opencv use the difference to campaign for the contours
track
- 一个用opencv实现的目标跟踪程序,能捕捉AVI视频中的运动目标并实现定位,个人感觉做的不错,供大家学习
track opencv实现的踪源码
- opencv实现的踪源码,简单易懂,opencv implementation of human motion tracking source, easy-to-read
AutoCamShift 基于Opencv的Camshift跟踪程序
- VC6.0编写,基于Opencv的Camshift跟踪程序,可选出ROI区域,然后对其使用Camshift算法进行跟踪,同时标出跟踪框。-VC6.0 to write, based on the Camshift Opencv tracking program, the ROI can be selected, and then track their use Camshift algorithm, while marked track box.
SIFT_VC opencv下的图像sift特征提取以及匹配跟踪识别
- opencv下的图像sift特征提取以及匹配跟踪识别-opencv image under sift recognition feature extraction and matching track
kalman.rar
- opencv 使用卡尔曼滤波器跟踪一个旋转的点,opencv using the Kalman filter to track a rotating point
draw.rar
- 基于opencv的绘图程序,可以实现在图片上用鼠标画线的功能,Opencv-based mapping procedures, can be achieved with the mouse in the picture on the function of drawing a line
multiple-track
- 使用opencv和mfc界面进行多目标自适应检测和跟踪的程序-Opencv and mfc interface using multi-objective adaptive detection and tracking procedures
OpenCV-Mean-Shift-demo
- 基于OpenCV实现的图像特征区域跟踪程序,基于类Mean-Shift实现的颜色直方图概率匹配算法,可同时跟踪6个特定目标区域。-OpenCV implementation of image features based on regional tracking program, based on class Mean-Shift probability of achieving the color histogram matching algorithm, which can track a
FaceTracking
- 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two meth
opencv
- opencv目标检测与跟踪系统,能够很好的跟踪到目标,并将目标框起来。-opencv object detection and tracking system, to a very good track to the target, and target frame.
face_tracking_based_on_Camshift_and_morphology
- 基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention
track.tar
- This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:-T
ObjectTracker
- 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
OpenCVandAVI
- openCV视频文件读取AVI,然后进行跟踪.openCV视频文件读取AVI,然后进行跟踪-openCV video file to read AVI, and then track. openCV video file to read AVI, and then track the
HumanMotionTrack
- 基于opencv的运动人体检测。可以通过这个程序搭建自己的检测平台。-Based on opencv,this can detect moving human body.
opencv
- 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
blobTrack_projet_initial_openCV
- The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-
shishi-opencv
- 实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! !
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.