物探论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1724|回复: 1

[算法] simpletracker

[复制链接]
发表于 2013-11-24 11:14:58 | 显示全部楼层 |阅读模式
This script aims at demonstrating the capabilities and the syntax of simpletracker.m, a MATLAB function dedicated to tracking.
Tracking , or particle linking, consist in re-building the trajectories of one or several particles as they move along time. Their position is reported at each frame, but their identiy is yet unknown: we do not know what particle in one frame corresponding to a particle in the previous frame. Tracking algorithms aim at providing a solution for this problem.
simpletracker.m is - as the name says - a simple implementation of a tracking algorithm, that can deal with gaps. A gap happens when one particle that was detected in one frame is not detected in the subsequent one. If not dealt with, this generates a track break, or a gap, in the frame where the particule disappear, and a false new track in the frame where it re-appear.
simpletracker first do a frame-to-frame linking step, where links are first created between each frame pair, using the hungarian algorithm of hungarianlinker. Then a second iteration is done through the data, investigating track ends. If a track beginning is found close to a track end in a subsequent track, a link spanning multiple frame can be created, bridging the gap and restoring the track.
This scripts generate random points that more or less follow a given trajectories. They are scrambled, their position is perturbed by noise, and some of them are randomly erased in some frames. This is the first and longer part in the script
In a second time, the tracker tries to rebuild the tracks. This is made just by calling simpletracker with sensible parameters.
The third part is only about displaying results. The points are drawn with a text label next to them indicating to which frame they belong. Track are drawn in color.
More information can be found in the help section of the simpletracker and of the functions it calls, namely hungarianlinker and nearestneighborlinker.
SimpleTracker.zip (44.78 KB, 下载次数: 0, 售价: 15 物探币)
TestSimpleTracker_02.png
TestSimpleTracker.png
TestSimpleTracker_01.png
回复

使用道具 举报

发表于 2014-1-19 12:26:08 | 显示全部楼层
这是什么方面的计算软件呢?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|物探论坛 ( 鄂ICP备12002012号 微信号:iwutan )

GMT+8, 2024-4-26 10:37 , Processed in 0.090944 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表