funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
24 stars 5 forks source link

Set appear/disappear costs to zero at boundary of ROI #7

Closed cmalinmayor closed 6 months ago

cmalinmayor commented 1 year ago

To accomodate for cells entering/leaving the field of view without paying a cost

cmalinmayor commented 6 months ago

We have added support for providing an "ignore_attribute" to CostAppear and CostDisappear that enables this use case. We will delegate knowledge of the ROI and setting that attribute appropriately to motile_toolbox (for blockwise and non-blockwise tasks).