Fixed a leftover extra transpose operation when transforming a point using rigid registration parameters.
1.0.4
Fixed a bug where updated variance for deformable registration was wrong. Removed extra transpose operations on rotation and translation.
1.0.3
Narrowed supported Python versions to what Travis supports for CI.
1.0.2
Fixed Python 3.x compatibility for inheriting from the base class.
1.0.0
All registration algorithms now inherit from expectation_maximization_registration class to remove duplicate code. All functions and classes follow Python's PEP8 style.
0.4
Fixed the addition of the uniform distribution to the mixture model to account for noise and outliers.