dirac-institute / kbmod

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

Parallelize reprojection.reproject_work_unit #624

Closed drewoldag closed 1 month ago

drewoldag commented 1 month ago

The current implementation of reproject_work_unit is parallelizable. We should take advantage of this to optimize this section of the code.

drewoldag commented 1 month ago

Addressed by PR #625