dirac-institute / kbmod

KBMOD (Kernel-Based Moving Object Detection)
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Add information and helpers about time sorting in ImageStack #585

Closed jeremykubica closed 6 months ago

jeremykubica commented 6 months ago

This PR tries to clarify what zeroed time means. Specifically KBMOD needs trajectories to start at t=0 and chooses the first image for this reference time. However it does not require that the images are sorted, so negative times are fine. This PR adds some comments to this effect as well as a sorting function for ImageStack