搜索资源列表
MeanShiftTracking
- 国外一个大牛人写的MEAN-SHIFT目标跟踪算法,程序使用了OPENCV函数库。-abroad a large cattle written by MEAN - SHIFT target tracking algorithm, OPENCV procedures for the use of the libraries.
blobtrack
- 运动物体跟踪vc源码 本程序需要opencv库的支持
TractPoint
- 基于OpenCV的卡尔曼滤波实现物体跟踪的程序,VC下实现,在VC下运行需要OpenCV的支持。
humantrack.rar
- opencv实现的人体运动跟踪源码,简单易懂,opencv implementation of human motion tracking source, easy-to-read
Facetracking
- 使用OPENCV实现视频流中的人脸跟踪以及眼睛定位-The use of video streaming OPENCV implementation of the Human Face Tracking and Eye Location
VIS
- 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,o
blinkdetect-src
- 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human ey
kalman
- 卡尔曼滤波源码-Kalman filter source
condensationparticalfilter
- 实现了粒子滤波功能,主要用在跟踪等各个方面,是一个很好的算法-The realization of the particle filter, mainly used in tracking all aspects of the algorithm is a very good
camshift_tracking
- camshift跟踪代码,基于opencv-camshift tracking code, based on opencv
TrackingAlgorithm
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
Ctrax-matlab-0.1.04
- 果蝇跟踪方法,计算机视觉,版,visual surveillance opencv-opencv fly tracking,visual surveillance
handtrack
- 本程序是用kinect相机对人手进行跟踪识别,用opencv及OpenNI来实现。-This procedure is to be tracked to identify staffing kinect camera with opencv and OpenNI.
genzongyuanma
- 一个有关于车辆检测和跟踪的源码,其中用到了OPENCV,初学OPENCV的同学可以-A source of vehicle detection and tracking, which uses the OpenCV OpenCV s beginner students can look
test
- 以c++和opencv为工具,通过摄像头捕捉到肤色区域,并跟踪,实现手势识别-In c++ and opencv as a tool, through the camera to capture color region and tracking, gesture recognition
kalman
- 使用opencv写的卡尔曼滤波的一个demo,跟踪鼠标指针的移动-Kalman filter using opencv write a demo, tracking the movement of the mouse pointer
Context-Tracker-Tracking
- 基于上下文的目标跟踪代码实现,用OPenCV编程实现,功能很强大哦-Context-based target tracking code, using OPenCV programming, very powerful oh
rgbd_kinect
- 结合kinect景深图像对视频目标进行跟踪,在vs2010+opencv平台上测试通过。-Combined with kinect depth of field image of the video object tracking on vs2010+ opencv test platform.
DeepLearnToolbox_CNN_lzbV2.0
- DeepLearnToolbox_CNN_lzbV2.0 深度学习,卷积神经网络,Matlab工具箱 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusberg
目标跟踪
- 通过手动框选目标区域,然后进行自动跟踪,使用的算法是Camshift,自适应均值漂移(By manually selecting the target area, then automatic tracking, using the algorithm is Camshift, adaptive mean shift)