v0.2.0
cpd v0.2.0 includes some new features and a decent amount of reorganization.
Very little has changed in the inner working of the algorithms, however.
For a complete list of changes, please see CHANGES.md or git log v0.1.1..v0.2.0
.
Here's a summary of the more significant changes:
- Bump the required CMake version up to 2.8.12
- Add cmake configuration scripts to allow easy(er) downstream project integration — see example/ in the main source tree for a demo integration.
Registration::operator()
was renamed toRegistration::run
- Defaults were changed from UPPER_CASE to CamelCase
SpResult
was renamed toResultPtr
- The
Normalization
andResult
structs were moved into theRegistration
class - The sigma2 parameter can be tweaked a bit more to improve performance and accuracy
As always, please use https://github.com/gadomski/cpd/issues to let us know of any problems or issues with this release.