[413088]: / man / getRcppWarpImage.Rd

Download this file

19 lines (16 with data), 440 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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
}