gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

Re-add "switched" fgt #116

Open gadomski opened 7 years ago

gadomski commented 7 years ago

For large sigma2 values, it can be better to use ifgt, then switch to direct-tree when the sigma2 values get small enough. I used to have switching built-in, but that doesn't exist in this version. I should re-add it.