Given a set of current x/y positions, this function attempts to find which trajectory they belong to in a set of past tracked positions using the Hungarian method.
simplerTracker(current, past, maxDist = 10)
A data frame with at least 4 columns: x, y, frame, and track.
A data frame with at least 4 columns: x, y, frame, and track.
The maximum distance between two successive positions belonging to the same trajectory.
A data frame with at least 4 columns: x, y, frame, and track.