Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fast meanshift tracking
Search - fast meanshift tracking - List
采用 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 Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Update : 2025-02-17 Size : 15kb Publisher : 黄文伟

文章介绍了mean-shift算法运动矢量相结合的一种解决运动目标过快而是Ms算法丢失目标的跟踪算法。-This paper presents a fast moving target but Ms solving algorithm lost target tracking algorithm mean-shift algorithm combines motion vector.
Update : 2025-02-17 Size : 482kb Publisher : 雷川

基于I分量的meanshift追踪代码,属于快速的跟踪算法,能有效避免物体形变部分遮挡带来的影响-Meanshit object tracking code based HSI.which can fast track object and avoid the effect of the deformation and occlusion of object
Update : 2025-02-17 Size : 1.26mb Publisher : 豆芽丁
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.