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

Make libfgt an optional dependency #83

Closed gadomski closed 7 years ago

gadomski commented 7 years ago

We want this library to be as simple as possible to use, and since we can use it without libfgt, we should enable that possibility.

Fixes #78.