Diff of /man/getRcppWarpImage.Rd [000000] .. [413088]

Switch to side-by-side view

--- 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
+}