Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
GNU General Public License v3.0
114
stars
21
forks
source link
Refactor compute_error and ProcrustesResult #48
Closed
FarnazH closed 3 years ago
The
compute_error
andProcrustesResult
are refactored.