compareTwo3D: Compare two images and return similarities

Description Usage Arguments Value Examples

View source: R/step5_compare3D.R

Description

Runs the Lucas-Kanade algorithm to find best alignment parameters and returns correlation and mean-squared error

Usage

1
compareTwo3D(I1, I2)

Arguments

I1

image that is transformed

I2

image to align to

Value

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

Examples

1
2
3
4
## Not run: 
# first run this:

## End(Not run)

xhtai/cartridges3D documentation built on March 1, 2020, 8:57 p.m.