trackmate-sc / TrackMate

TrackMate is your buddy for your everyday tracking.
https://imagej.net/plugins/trackmate
GNU General Public License v3.0
169 stars 76 forks source link

Implemented KalmanTrackerFF for fast flows #297

Open Lollum89 opened 6 months ago

Lollum89 commented 6 months ago

I had some difficulties to track spots that were moving a significant amount between frames. I enhanced the Kalman Tracker to be able to track fast particles with a prevalent direction. This is done in the pull request #296 (which substitutes #295), by specifying an expected displacement for the initial search.

tinevez commented 2 weeks ago

Hello @Lollum89 I am sorry for the long delay in answering you.

Would you be able to refactor your contribution as a an external module (a TrackMate extension), like https://github.com/trackmate-sc/TrackMate-Weka ?

I would favor this rather than including it in the core artifact.