|
a |
|
b/man/getRcppWarpImage.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/registration.R |
|
|
3 |
\name{getRcppWarpImage} |
|
|
4 |
\alias{getRcppWarpImage} |
|
|
5 |
\title{getRcppWarpImage} |
|
|
6 |
\usage{ |
|
|
7 |
getRcppWarpImage(ref_image, query_image, mapping) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{ref_image}{reference image} |
|
|
11 |
|
|
|
12 |
\item{query_image}{query image} |
|
|
13 |
|
|
|
14 |
\item{mapping}{a list of the homography matrices and TPS keypoints} |
|
|
15 |
} |
|
|
16 |
\description{ |
|
|
17 |
Warping a query image given a homography image |
|
|
18 |
} |