dirac-institute / kbmod

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

Update core search to use shared memory for times #653

Closed jeremykubica closed 3 months ago

jeremykubica commented 3 months ago

This reintroduces an optimization that Peter had in the original KBMOD. Bring the image timestamps into faster per-block shared memory. This reduces waiting on memory and provides a few percent (~2%) speedup to the on-GPU search.