funkelab / motile

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

Introduce variable types #22

Closed funkey closed 1 year ago

funkey commented 1 year ago

Subclasses of motile.variables.Variable can now specify the type of the variable they represent (binary [previous and new default], integer, or float).