The track_images() function allows you to set which trackmate algorithm to use through the tracker argument, but there is no information on which algorithms can be used here. I think the full list is:
- SimpleSparseLAP
- SparseLAP
- Kalman
- AdvancedKalman
- NearestNeighbor
- Overlap
Could we add these details to the README?
The
track_images()function allows you to set which trackmate algorithm to use through thetrackerargument, but there is no information on which algorithms can be used here. I think the full list is:Could we add these details to the README?