Description: SIMPLETRACKER a simple particle tracking algorithm that can deal with gaps
*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 identity 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 particle disappear, and a false new track in the frame
where it re-appear.
To Search:
File list (Check if you may need any files):
SimpleTracker
.............\html
.............\....\TestSimpleTracker.html
.............\....\TestSimpleTracker.png
.............\....\TestSimpleTracker_01.png
.............\....\TestSimpleTracker_02.png
.............\hungarianlinker.m
.............\munkres.m
.............\nearestneighborlinker.m
.............\simpletracker.m
.............\TestSimpleTracker.m
license.txt