powered by
Pairwise align two images This function aligns to images using the q-map framework
pair_align_image( I1, I2, M = 5, ortho = TRUE, basis_type = "t", resizei = FALSE, N = 64, stepsize = 1e-05, itermax = 1000 )
Returns a list containing
aligned I2
warping function
reference image
image to warp
number of basis elements (default=5)
orthonormalize basis (default=TRUE)
("t","s","i","o"; default="t")
resize image (default=TRUE)
size of resized image (default=64)
gradient stepsize (default=1e-5)
maximum number of iterations (default=1000)
Q. Xie, S. Kurtek, E. Klassen, G. E. Christensen and A. Srivastava. Metric-based pairwise and multiple image registration. IEEE European Conference on Computer Vision (ECCV), September, 2014
if (FALSE) { # This is a gradient descent algorithm and takes a long time to run out <- pair_align_image(im$I1, im$I2) }
Run the code above in your browser using DataLab