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

Bubble fgt parameters up to registration #62

Closed gadomski closed 8 years ago

gadomski commented 8 years ago

This enables getting and setting these parameters on a registration, where before they were hidden and uneditable.

This gives the user the power to force ifgt or direct-tree, by setting fgt_breakpoint high (for direct-tree) or low (for ifgt). Enough to fix #61.