dirac-institute / kbmod

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

Move Psi/Phi curve generation out of Python loop #712

Closed jeremykubica closed 2 months ago

jeremykubica commented 2 months ago

Move the generation of the psi and phi curves from inside a Python loop to inside a C++ loop. This is a very small speedup, but also adds very little complexity.

This PR also: