MD trajectory superposition and transformation
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I am trying to superpose and transform a set of coordinates(more than 10000, N*3 matrices)to a reference matrix. I can superpose them using superpose function in MD trajectory analysis toolbox but the transformation does not happen. Is Procrustes function in Statistical analysis tool box the right way to do it or what? I appreciate the help.
0 件のコメント
採用された回答
Matt J
2013 年 3 月 17 日
編集済み: Matt J
2013 年 3 月 17 日
If you're comparing 2 sets of Nx3 data sets that differ by an affine transformation then Procrustes might be the thing to use. If you simply have a rototranslation+scaling (i.e., no reflection) there is also this,
If you have different number of points in each data set and/or it is not a an affine transformation, the situation is more complicated.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!