Home | Trees | Indices | Help |
|
---|
|
|
|||
|
Test Test class |
|
|||
array, array
|
findTransformation(x,
y) Match two arrays by rotation and translation. |
||
(array, array), [float, float, int]
|
match(x,
y,
n_iterations=1,
z=2,
eps_rmsd=0.5,
eps_stdv=0.05) Matches two arrays onto each other, while iteratively removing outliers. |
||
array
|
rowDistances(x,
y) Calculate the distances between the items of two arrays (of same shape) after least-squares superpositioning. |
|
|||
|
test = Test()
|
|
Match two arrays by rotation and translation. Returns the rotation matrix and the translation vector.
|
Matches two arrays onto each other, while iteratively removing outliers. Superimposed array y would be N.dot(y, N.transpose(r)) +
t .
|
Calculate the distances between the items of two arrays (of same shape) after least-squares superpositioning.
|
|
test
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:38 2006 | http://epydoc.sourceforge.net |