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

DRY `Result`s #90

Closed gadomski closed 7 years ago

gadomski commented 7 years ago

All results have a lot of repeated fields. We should DRY this up in a way that is still intuitive to use.