Description Usage Arguments Value Examples
View source: R/step5_compare3D.R
Runs the Lucas-Kanade algorithm to find best alignment parameters and returns correlation and mean-squared error
1 | compareTwo3D(I1, I2)
|
I1 |
image that is transformed |
I2 |
image to align to |
transformation vector p
(theta, dx, dy), number of iterations
before convergence, final correlation (only breechface area), MSE (only
breechface area), overlapping number of pixels in breechface area
1 2 3 4 | ## Not run:
# first run this:
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.