dirac-institute / kbmod

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

Attempting to reduce the total, temporary memory usage of reprojection. #642

Closed drewoldag closed 5 months ago

drewoldag commented 5 months ago

There are several small changes here, but they all revolve around decreasing the datatype that is used for temporary arrays or eliminating the creation of temporary arrays.

I'll leave commentary notes in the file for more details.