gadomski / cpd

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

Allow using Myronenko's normalization scheme or mine #112

Closed gadomski closed 7 years ago

gadomski commented 7 years ago

Because I work with LiDAR data, which should not be scaled (generally), I implemented a different normalization scheme that applies the same scaling to both point sets. This works well for me, but some users might have two point clouds that are scaled very differently that they want to align. I should implement Myronenko's scaling scheme as well as mine, and allow users to pick between the two.