学习使用OpenCV的目标跟踪技术(C ++ / Python)

Posted 机器学习研究会

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了学习使用OpenCV的目标跟踪技术(C ++ / Python)相关的知识,希望对你有一定的参考价值。



点击上方 “机器学习研究会”可以订阅哦
摘要
 

在本教程中,我们将了解OpenCV 3.0中引入的OpenCV跟踪API。 我们将学习如何以及何时使用OpenCV 3.2 - BOOSTING, MIL, KCF,TLD,MEDIANFLOW和GOTURN中提供的6种不同的跟踪器。 我们还将学习现代跟踪算法背后的一般理论。


In this tutorial, we will learn about OpenCV tracking API that was introduced in OpenCV 3.0.  We will learn how and when to use the 6 different trackers available in OpenCV 3.2 — BOOSTING, MIL, KCF, TLD, MEDIANFLOW, and GOTURN. We will also learn the general theory behind modern tracking algorithms.

This problem has been perfectly solved by my friend Boris Babenko as shown in this flawless real-time face tracker below! Jokes aside, the animation demonstrates what we want from an ideal object tracker — speed, accuracy, and robustness to occlusion.


链接:

http://www.learnopencv.com/object-tracking-using-opencv-cpp-python/


原文链接:

http://weibo.com/5501429448/Evucdcljt?from=page_1005055501429448_profile&wvr=6&mod=weibotime&type=comment#_rnd1487147919242

“完整内容”请点击【阅读原文】
↓↓↓

以上是关于学习使用OpenCV的目标跟踪技术(C ++ / Python)的主要内容,如果未能解决你的问题,请参考以下文章

目标跟踪(5)使用 Opencv 和 Python 进行对象跟踪

[OpenCV实战]16 使用OpenCV实现多目标跟踪

目标跟踪的深度学习方法与opencv下的KCF方法

目标跟踪的深度学习方法与opencv实现

OpenCV多目标跟踪与视频分析

opencv 目标跟踪一定要把被跟踪的物体圈出来吗?