dirac-institute / kbmod

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

Update the kernel memory functions to allow large images #631

Closed jeremykubica closed 5 months ago

jeremykubica commented 5 months ago

Change the kernel memory functions to allow arrays with a large amount of data (needing indices of int64). Change unsigned long to uint64_t for consistency throughout the code.

Also adds a divide by zero check in the core search code.