搜索资源列表
opencv
- opencv目标检测与跟踪系统,能够很好的跟踪到目标,并将目标框起来。-opencv object detection and tracking system, to a very good track to the target, and target frame.
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
video-tracker
- Tracking system. Visual studio and opencv.
opencv_tracking001
- 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
vc_person_tracking021
- 基于VC6.0开发环境,利用Kalman算法做的一个人体跟踪系统-VC6.0 development environment based on the use of Kalman algorithm to do a human tracking system
Meanshift
- 本系统为主动视觉跟踪系统,采用meanshift和kalman滤波相结合,能较好地在光线比较恒定的场景进行主动跟踪。-It is an active tracking system which is based on meanshift and kalman, it has a robust performance in steady environment
FACE_PROJECT_opencv
- this adaboost based real time face detection and tracking system i used a adaboost and camshift algorithm with opencv and vc++ The detεction efficiency of the method is not good for environment of dynanlic illumination. We propose a combined meth
fulltext
- 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
object-tracking
- 一个很好的目标跟踪演示系统,帮助学习目标的跟踪。-A good target tracking demonstration system, help to learn the target tracking.
opencv_kalman
- 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依
shuangshexianftourenlianjiance
- 活体检测及人脸跟踪系统的构建已成为现代计算机视觉及OpenCV研究的热点-In vivo detection and face tracking system, has become a modern building and the OpenCV computer vision research focus
Motion-tracking
- 这是一个目标跟踪系统,对初学者很有帮助,带有运动轨迹的程序-This is a target tracking system, it is very helpful for beginners, with motion trajectory of the program
Opencv-ref-man-2.3.1
- opencv 2.3 英文详解 比较新 目录如下 Introduction 1 1.1 API Concepts 12 core. The Core Functionality 7 2.1 Basic Structures .7 2.2 Basic C Structures and Operations 45 2.3 Dynamic Structures 77 2.4 Operations on Arrays104 2.5 Drawing Functions
MoveTracking
- opencv,c++,数字图像处理,运动车辆检测与跟踪系统-opencv, c++, digital image processing, motion vehicle detection and tracking system
tracker
- 该代码为车辆自动检测与跟踪识别的系统的开发代码-The code for the automatic detection and tracking vehicle identification system development code
61IC_H4848
- 以设计一个实时的人体检测与跟踪系统为目的, 从实际出发, 以O p en C V 为工具... 在满足了识别要求的前提下, 大大提高了识别的速度, 再一次提升了系统的实时性基于opencv的人体动作的识别,可以对视频中的人体动作进行分类处-Next in order to design a real-time human detection and tracking system for the purpose of proceeding reality to O p en CV as a t
KinectCoordination
- 利用了微软的Kinect v2 开发了基于深度图像的人体目标的检测跟踪与定位,结合了VS2013,Qt以及opencv视觉库,设计了该系统的GUI界面(Using Microsoft's Kinect V2, we have developed the detection, tracking and positioning of human targets based on depth images. Combining the VS2013, Qt and opencv visual libr
face detction and tracking system
- Basic face detection and tracking system