Welcome![Sign In][Sign Up]
Location:
Search - target tracking with opencv

Search list

[Special Effectscamshift

Description: 显示如何利用Camshift算法进行彩色目标的跟踪,用Opencv做的-Show how to use color Camshift algorithm target tracking, to do with the Opencv
Platform: | Size: 4096 | Author: 龙海翔 | Hits:

[2D Graphiclkdemo

Description: 用opencv编写的目标跟踪检出的原码,可写出目标的坐标-Opencv prepared with the objective of tracking the detection of the original code, can write the coordinates of the target
Platform: | Size: 3072 | Author: JH | Hits:

[Graph programtrack

Description: 一个用opencv实现的目标跟踪程序,能捕捉AVI视频中的运动目标并实现定位,个人感觉做的不错,供大家学习-Using opencv realize a target tracking process, can capture AVI video of moving targets and to achieve targeted, personal feeling to do good for everyone to learn
Platform: | Size: 9342976 | Author: 饶丹 | Hits:

[Otheryundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ Source code, the run files in VC6.0 compiler environment is passed, is a stand-alone run the program, do not need the DLL library OPENCV support. Running before you connect a good camera USB interface. Can then be selected with the mouse For tracking the target.
Platform: | Size: 5120 | Author: 徐振华 | Hits:

[OpenCVkalmanPcamshift

Description: 基于视频的跟踪,结合卡尔曼和camshift的目标跟踪。由鼠标选中目标区域(包含了鼠标选中程序),kalman和camshift预测质心,从而达到目标跟踪。-Based opencv, combined with the target tracking Kalman and camshift. By the mouse to select the target area, kalman and centroid camshift forecast to achieve target tracking.
Platform: | Size: 1384448 | Author: 李梦丽 | Hits:

[OpenCVobjecttracking-based-on-color

Description: 用VC++和OPENCV来实现从摄像头获取运动目标,并实现基于颜色的目标跟踪-OPENCV with VC++ and to get from a camera moving targets, and color-based target tracking
Platform: | Size: 1052672 | Author: | Hits:

[OpenCVtkgz

Description: 在VS2008平台上基于opencv编写的运动目标检测与跟踪的程序,检测与跟踪方法可选,并对跟踪目标编号,带有AVI视测试视频,效果很好,完全可以运行-Moving target detection and tracking procedures, methods of detection and tracking options, and AVI video with good results, can run
Platform: | Size: 3650560 | Author: jyq | Hits:

[OpenCVMultiVedio

Description: 使用OpenCV编写的多目标跟踪的视频图像处理,用鼠标拖动跟踪区域-The video image processing, multi-target tracking using OpenCV prepared dragging with the mouse tracking region
Platform: | Size: 18384896 | Author: long | Hits:

[OpenCVVideoDetect

Description: 基于OpenCV的简易目标检测跟踪程序,能够实现对每帧视频的连续编号截图,可以实现键盘对视频播放的控制,能对每一视频帧生成包含运动目标区域的前景图像,采用某种策略实现对运动目标的跟踪,并用矩形框+编号将运动目标标出。-A simple target detection program base on OpenCV , which can numbered consecutively for each frame of video screenshots, keyboard control the video playback of each video frame to generate a foreground image containing motion of the target area, using some kind of strategy to achieve tracking of moving targets, and moving targets marked with a rectangle+ number.
Platform: | Size: 6153216 | Author: 肖帅 | Hits:

[Othercampus_raw

Description: 目标跟踪用的视频,opencv可以直接用很好额-Target tracking with video, opencv directly with the good amount of
Platform: | Size: 27798528 | Author: echofeng | Hits:

[Special EffectsKalman-Classic-example

Description: 实现kalman经典滤波,跟踪,结合opencv实现的图像中的二维目标跟踪算法,实例直接可以运行,经典卡kalman程序。-Achieve kalman the classic filtering, tracking, target tracking algorithm combined with the two-dimensional image opencv realized, instances can be run directly, the classic card kalman program.
Platform: | Size: 10051584 | Author: 张元科 | Hits:

[OpenCVcars3

Description: Vehicle detection, its an opensource code and works well with opencv and boost, === === === === === === === ==== = multi-target tracking method by Wongun Choi === === === === === === === ==== Compile * Require opencv and boost library to be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh -Vehicle detection, its an opensource code and works well with opencv and boost, ============================================== = multi-target tracking method by Wongun Choi ============================================== Compile * Require opencv and boost library to be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh
Platform: | Size: 15360 | Author: Khushwant | Hits:

[OpenCVDetailed-tracking-source

Description: 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is available as CAMSHIFT robustness are better. This source is one that comes with opencv CamShift algorithm works (there are very detailed notes). The role of the instance is the camera tracking the target object, the initial position of the target object with the mouse pointed out that its tracking window size and direction of change with the target object changes.
Platform: | Size: 4096 | Author: fire | Hits:

[GDI-Bitmapopencv-tracking

Description: 应用OPENCV编写的目标跟踪程序,具有保存,提取,获取目标等功能-OPENCV target tracking application procedures, with preservation, extraction, target acquisition capabilities
Platform: | Size: 4738048 | Author: beast | Hits:

[Special Effectsmeanshift_opencv

Description: meanshift实现视频目标跟踪,opencv实现,附带测试视频-meanshift implement video target tracking, opencv realize, with test video
Platform: | Size: 7712768 | Author: sun | Hits:

[OpenGL programopencv

Description: 基于meanshift的单目标跟踪算法实现 说明: 1. RGB颜色空间刨分,采用16*16*16的直方图 2. 目标模型和候选模型的概率密度计算公式参照上文 3. opencv版本运行:按P停止,截取目标,再按P,进行单目标跟踪-Meanshift based single target tracking algorithm Description: 1. RGB color space plane points, using a histogram 16* 16* 16 2. Probability density target model and the candidate model calculation formula above with reference to version 3. opencv running: Press P stop, intercept the target, then P, single-target tracking
Platform: | Size: 7712768 | Author: 叶影 | Hits:

[Special EffectsKalman-filter-algorithm-with-OpenCV

Description: 基于OPENCV再结合kalman滤波对监控视频进行目标跟踪。-OPENCV combined kalman filtering based on surveillance video for target tracking.
Platform: | Size: 6144 | Author: fangqimin | Hits:

[OpenCVmultitargettracking-master

Description: This is a program Multi-Target Tracking with OpenCV
Platform: | Size: 1024 | Author: huang xing | Hits:

[Video Capturefall

Description: 混合高斯背景建模与CamShift算法结合的基于openCV的视频目标跟踪(OpenCV based video target tracking combined with hybrid Gauss background modeling and CamShift algorithm)
Platform: | Size: 2048 | Author: tuzi123 | Hits:

CodeBus www.codebus.net