siavashk / pycpd

Pure Numpy Implementation of the Coherent Point Drift Algorithm
MIT License
513 stars 115 forks source link

Affine3D is broken #2

Closed siavashk closed 7 years ago

siavashk commented 7 years ago

The logic for Affine3D registration is broken. Updating the transform results in solving a singular linear system.

siavashk commented 7 years ago

Fixed in c509091