Kitware / Danesfield

Kitware's system for 3D building reconstruction for the IARPA CORE3D program
Apache License 2.0
155 stars 56 forks source link

Switched to more efficient KDTree implementation in scipy #58

Open chetnieter opened 9 months ago

chetnieter commented 9 months ago

Switched to the cKDTree implementation of the kdtree algorithm in scipy since it performs better. This is only relevent to scipy versions less than 1.6, so if scipy is upgraded this change will not be necessary.