Description Usage Arguments Value Examples
ICP matching for two matrices
1 | icp.matrix(x, y, maxdist = 1, weighting = TRUE, iterations = 3)
|
x |
matrix |
y |
matrix containing target coordinates |
maxdist |
maximum distance to consider |
weighting |
logical if TRUE, each point is weighted by the inverse distance to the closest point |
iterations |
integer: iterations to run |
returns scaled, translated and rotated version of x
1 2 3 | require(Morpho)
data(nose)
matchpoint <- icp.matrix(longnose.lm,shortnose.lm, maxdist = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.