SwisTrack/Components/NearestNeighborTracking

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description[edit | edit source]

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 | edit source]

Max distance[edit | edit source]

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

Max number[edit | edit source]

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