--- a +++ b/man/getRcppWarpImage.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/registration.R +\name{getRcppWarpImage} +\alias{getRcppWarpImage} +\title{getRcppWarpImage} +\usage{ +getRcppWarpImage(ref_image, query_image, mapping) +} +\arguments{ +\item{ref_image}{reference image} + +\item{query_image}{query image} + +\item{mapping}{a list of the homography matrices and TPS keypoints} +} +\description{ +Warping a query image given a homography image +}