KitwareMedical / HASI

High-throughput Applications for Skeletal Imaging
Apache License 2.0
6 stars 8 forks source link

ENH: Mesh-to-mesh image registration Python classes, tests, examples #32

Closed tbirdso closed 3 years ago

tbirdso commented 3 years ago
tbirdso commented 3 years ago

This PR separates functional mesh-to-mesh registration classes (MeanSquaresRegistrar and DiffeoRegistrar) along with their tests and examples from ongoing mesh-to-mesh point set registration development in PR 29.

tbirdso commented 3 years ago

The failing checks build-test-cxx (windows-2019) and build-macos-python-packages are tracked in Issue 30 and appear to predate the proposed changes.

tbirdso commented 3 years ago

@thewtex Marking as draft again for now to add pytest to CI checks.

tbirdso commented 3 years ago

@thewtex Marked as ready for review again. Note that this PR will add CI build-test-python checks for Python modules with pytest. Existing check failures are tracked in Issue 30 and predate these changes.