物体跟踪算法 CppMT

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-05 17:13:57

软件介绍

CMT(Clustering of Static-Adaptive Correspondences for Deformable Object Tracking )是一个屡获殊荣的物体跟踪算法。

工作原理:

CMT 背后的主要思想是将所关注的对象分解成微小的部分,称为关键点。

在每个框架中,我们尝试再次找到在关注对象的初始选择中已经存在的关键点。我们通过采用两种不同的方法来实现。

首先,我们通过估计所谓的 “光流” 来跟踪从前一帧到当前帧的关键点。

其次,我们通过比较他们的描述符来全局匹配关键点。

由于这两种方法都容易出错,我们采用了一种新颖的方式,通过让对象中心的每个关键点投票来查找找到的关键点内的一致性,如下图所示:

投票然后被聚类,异常值被删除:

根据剩余的关键点,计算新的边界框,并且该过程会继续。所有细节可以在 我们的发表 中找到。

本文地址:https://www.codercto.com/soft/d/13945.html

Structure and Interpretation of Computer Programs - 2nd Edition

Structure and Interpretation of Computer Programs - 2nd Edition

Harold Abelson、Gerald Jay Sussman / The MIT Press / 1996-7-25 / USD 145.56

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. Ther......一起来看看 《Structure and Interpretation of Computer Programs - 2nd Edition 》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具