LucasKanadeEuclidean: Align two images using the Lucas-Kanade algorithm

Description Usage Arguments Value Examples

View source: R/step5_compare3D.R

Description

Finds translation and rotation parameters to approximately minimize the mean-squared error between two images.

Usage

1

Arguments

It

image at time t, or image that is transformed

It1

image at time t+1, or image to align to

Value

homography transformation matrix M, transformation vector p (theta, dx, dy), number of iterations before convergence iter

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.