funkelab / motile_napari_plugin

A napari plugin for tracking with motile
https://funkelab.github.io/motile_napari_plugin/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Organize core classes and public API #99

Open cmalinmayor opened 3 weeks ago

cmalinmayor commented 3 weeks ago

Tracks, SolutionTracks, CandidateTracks? SegTracks? Motile Run

Less confusing if you have one class, Tracks that handles all cases, and do optional validation of solution. It might simplify the code a lot if we have a Tracks base class and a SegTracks subclass for tracks with segmentation.