dirac-institute / kbmod

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

Change time precision to double throughout code #570

Closed jeremykubica closed 7 months ago

jeremykubica commented 7 months ago

Removes the conversion to float for the times coming out of the ImageStack and used on the GPU. This should not make a significant difference to GPU memory usage (there is only one time per image and a lot of pixel values per image) and will avoid any future complications with loss of precision.