SwisTrack/Components/NearestNeighborTracking

Description edit

Basic tracking component; takes pre-filtered particles (use the BlobSelection and BlobDetection components before this one) and adds each of them to the track nearest to it. IMPORTANT: Make sure that the number of tracks and the max number of particles in BlobDetection are the same, and that exactly that number of targets are present


Parameters edit

Max distance edit

The maximum distance between a track and a particle to attach.

Max number edit

The maximum number of objects to track. Should be the same as the maximum number of particles in blob detection.