faceOPA | R Documentation |
Fit one face onto another
faceOPA(A, B)
A |
a face matrix (no missing values allowed) |
B |
another face matrix with the same dimension (missing values allowed) |
Face A is centered, Face B is centered then rotated to obtain the best Procrustes fit
a list with the following components:
Ahat |
centered A |
Bhat |
B centered and rotated onto A |
OSS |
sum of squares for the difference |
rmsd |
RMS difference = sqrt(OSS/(no. of markers)) |
mss |
square distance per marker |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.