gadomski / cpd

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

enable armadillo 6 to compile by shutting off -Winitialized only for it #45

Closed hobu closed 8 years ago

gadomski commented 8 years ago

Thanks for the PR. Locally, some tests fail w/ Armadillo 6. /me will investigate and fix those as part of this update.

gadomski commented 8 years ago

Sorry to go silent on this -- the upgrade to armadillo 6 causes a break in the most magical part of CPD, so it's going to take a bit to tease apart.