搜索资源列表
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目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库,MEANSHIFT target tracking algorithm using the OpenCV library
基于meanshift的目标跟踪opencv开源代码
- 基于meanshift的目标跟踪opencv开源代码,Base mean shift object tracking
kalman.rar
- opencv 使用卡尔曼滤波器跟踪一个旋转的点,opencv using the Kalman filter to track a rotating point
Camshift_color_trace.rar
- opencv 下利用Camshift算法进行彩色目标跟踪,opencv using color Camshift target tracking algorithm
tracking.rar
- 基于opencv的车辆跟踪,效果非常好,有对比,环境为VC 6.0 ,一定对你有所帮助,Opencv-based vehicle tracking, the effect of a very good contrast, the environment for VC 6.0, you will certainly be helpful
opencv.rar
- opencv标定及跟踪源程序,来自opencv论坛,opencv calibration and tracking of source code, from opencv Forum
detection
- OPENCV写的运动目标识别与跟踪程序,很不错哦 -OPENCV writing campaign to target identification and tracking procedures, very good, oh
VC用opencv实现的目标跟踪程序
- 一个能捕捉AVI视频中的运动目标并实现定位用opencv实现的目标跟踪程序-AVI video capture of a moving object and the implementation of location tracking with opencv program goals
myblobtrack
- 运动目标跟踪的改进算法,OPENCV开发,是开发运动目标跟踪的不可多的源码!欢迎大家共同探讨-Moving Target Tracking Algorithm, OPENCV development, is to develop the non-moving target tracking and more source code! Welcome you to explore
motiondetection
- mfc实现的运动目标跟踪和检测,基于OPENCV源码开发,代码完整,功能强大,-mfc opencv
ImageIden
- OPENCV 目标识别 实现对三个运动目标的识别跟踪-OPENCV
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.