Description: 跟踪摄像机中的物体,opencv源代码,点击图像中的物体后会跟踪目标,并在目标上标记-Tracking objects in video camera, opencv source code, click on the image objects will be tracking the target, and target marking Platform: |
Size: 2048 |
Author:陈皓 |
Hits:
Description: 采用 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 Platform: |
Size: 15360 |
Author:黄文伟 |
Hits:
Description: 基于opencv的camshift算法实现运动物体的跟踪,平台为vc6.0.加载avi格式视频,通过鼠标点击确定跟踪物体的大小和区域。-Opencv of camshift algorithm based on moving object tracking, platform vc6.0. Load avi format video, object tracking by mouse click to determine the size and area. Platform: |
Size: 1054720 |
Author:echo |
Hits:
Description: 用opencv实现camshift算法 并且使用了 kalman算法来预测物体可能的运动轨迹 跟踪效果 一般-Achieved with opencv kalman camshift algorithm and uses algorithms to predict the trajectory of the object tracking results may be general Platform: |
Size: 6144 |
Author:polman |
Hits:
Description: camshift算法的实现,利用opencv还进行视屏跟踪,要跟踪的物体是先用鼠标确定,代码已经运行-The realization of the camshift algorithm, using opencv also tracking the screen, to follow the object is to use the mouse determined, the code is running Platform: |
Size: 2232320 |
Author:qiuc |
Hits:
Description: 基于OpenCV的智能迷宫迷宫识别CamShift算法法物体跟踪识别与串口控制信号输出,已通过测试。
-Identification and serial control signal output based on the the OpenCV smart labyrinth maze to identify CamShift algorithm method object tracking, has been tested. Platform: |
Size: 76800 |
Author: |
Hits:
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:
Description: opencv学习,camshift,能实现物体跟踪,入门学习的简单例程-opencv learning, camshift, object tracking can be achieved, started to learn the simple routines Platform: |
Size: 914432 |
Author:云一 |
Hits: