trackmate-sc / TrackMate

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

Create LAP tracker based on IoU instead of distance #277

Open 15bonte opened 1 year ago

tinevez commented 1 year ago

Hello. It looks awesome, compiles and works out of the box. But we need to let the user configures how the overlap is calculated, using the parameters of the overlap trackes (min IoU, scale factor, calculation method). Right now the configuration panel misses this: image

15bonte commented 5 months ago

Hello @tinevez,

I apologize for the delay of my answer, I finally found the time to take a closer look at your request and update my code accordingly!

Basically I have added a "Minimum IoU" in all fields, just like the "Max distance" in the usual LAP tracker. You also mentioned scale factor and calculation method, but I am not sure what you mean there: the Intersection over Union is just computed using the usual formula, and is independent of the scale. Maybe I misunderstood your point?

15bonte commented 1 month ago

Hi @tinevez,

Any news on this? Are you still interested in this new tracker?