搜索资源列表
OpenCV实例源码
- OpenCV实例源码,包括kalman滤波等在内的一共45个程序源码,绝对对你有所帮助!
运动跟踪
- OPENCV环境下检测运动目标跟踪的程序
基于OPENCV的视频帧差法的实现
- 基于OPENCV的视频帧差法的实现,用来进行运动目标检测与跟踪的研究,OPENCV the video frame based on the realization of difference method is used for moving target detection and tracking of
基于OpenCV平台下的实时目标跟踪系统
- 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.,OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking.
运动物体跟踪,采用c,c++
- 运动物体跟踪,采用c,c++,opencv编写,mobile tracking
基于meanshift的目标跟踪opencv开源代码
- 基于meanshift的目标跟踪opencv开源代码,Base mean shift object tracking
Camshift_color_trace.rar
- opencv 下利用Camshift算法进行彩色目标跟踪,opencv using color Camshift target tracking algorithm
OpenCV-2.0.0a-win32.rar
- opencv的最新版本增添了很多新的功能,主要体现在对图像的切割与拼接以及运动物体的跟踪检测方面,欢迎大家下载,The latest version of opencv added many new features, mainly reflected in the image of the cutting and splicing as well as tracking and detection of moving objects, the welcome to download
opencv.rar
- opencv标定及跟踪源程序,来自opencv论坛,opencv calibration and tracking of source code, from opencv Forum
opencv
- opencv目标检测与跟踪系统,能够很好的跟踪到目标,并将目标框起来。-opencv object detection and tracking system, to a very good track to the target, and target frame.
ImageIden
- OPENCV 目标识别 实现对三个运动目标的识别跟踪-OPENCV
OpenCVandAVI
- openCV视频文件读取AVI,然后进行跟踪.openCV视频文件读取AVI,然后进行跟踪-openCV video file to read AVI, and then track. openCV video file to read AVI, and then track the
opencv
- 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序.可以实现opencv图像滤波,opencv人脸角点检测,opencv运动跟踪程序-opencv
pftracking-opencv
- 牛人写的opencv下实现的particle filter 单物体跟踪,代码量较少,特贡献出来-particle filter tracking, implemented in C, you have to make sure that opencv installed in your computer.
OpenCV
- 基于OpenCV的运动目标检测跟踪实验平台-OpenCV
Walk
- OPENCV视频跟踪的视频流,希望能用来跟踪-OPENCV video tracking of the video stream, hoping to track
opencv-detecting
- 一篇硕士论文,详细介绍了各种跟踪算法,opencv编写-many detecting algorithms,using opencv
opencv-detect
- opencv图像处理, 运动视频图像跟踪-Opencv image processing, video motion tracking
彩色目标跟踪
- 将采集的图像进行处理,通过圈画目标,来对移动目标实现跟踪。(The collected image is processed, and the moving target is tracked by circle painting target)
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.