SwisTrack/Components/NearestNeighborTracking
< SwisTrack | Components
Description
editBasic 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
editMax distance
editThe maximum distance between a track and a particle to attach.
Max number
editThe maximum number of objects to track. Should be the same as the maximum number of particles in blob detection.