搜索资源列表
camshift-camera
- 基于视频的camshift运动目标跟踪算法,OPENCV-Video-based motion tracking algorithm camshift, OPENCV
Camshift-tracking-system
- Camshift运动物体识别跟踪与控制鼠标-Camshift motion tracking and control of the mouse object recognition
yundong
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
analogcontroller
- 本程序实现了模拟控制器的功能,采用camshift算法跟踪人手的运动,并将其用于控制游戏,控制的结果较好!-This procedure implements the functions of analog controllers, use tracking to the motion camshift algorithm, and used in control of the game, the result of better control!
camshift
- camshift函数为核心的物体运动追踪程序-camshift function as the core of the object motion tracking process
HandGestuer
- 冰风手势识别; 采用肤色检测技术,结合运动检测与Camshift跟踪,进行手势和动作的识别。-Ice Wind gesture recognition using skin color detection technology, combined with motion detection and tracking Camshift, the gestures and movements recognition.
motion-tracking-and-implementation
- 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
Camshift
- Camshift(即 Continuously Adaptive Mean-Shift 算法,是一种运动跟踪算法)算法原理和C++实现代码-Camshift (ie " Continuously Adaptive Mean-Shift" algorithm, a motion tracking algorithm) principles and implementation code C++