local2global.utilsΒΆ
Implementation of local2global algorithm
Functions
check filename for extension and add it if necessary |
|
Compute nearest orthogonal matrix to a given input matrix |
|
Compute the MSE between two sets of orthogonal transformations up to a global transformation |
|
compute the procrustes alignment error between two sets of coordinates |
|
Find the best orthogonal transformation aligning two sets of coordinates for the same nodes |
|
compute relative scale of two sets of coordinates for the same nodes |
|
Change seed of random number generator. |
|
Compute the recovery error based on tracked transformations. |
Classes
Implements the standard local2global algorithm using an unweighted patch graph |
|
Class for patch embedding |
|
Variant of the local2global algorithm where patch edges are weighted according to the number of nodes in the overlap. |