[413088]: / man / getRcppManualRegistration.Rd

Download this file

29 lines (24 with data), 634 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/registration.R
\name{getRcppManualRegistration}
\alias{getRcppManualRegistration}
\title{getRcppManualRegistration}
\usage{
getRcppManualRegistration(
query_image,
ref_image,
query_landmark,
reference_landmark,
method = "TPS"
)
}
\arguments{
\item{query_image}{query image}
\item{ref_image}{reference image}
\item{query_landmark}{query landmark points}
\item{reference_landmark}{refernece landmark points}
\item{method}{the automated registration method, either TPS or Homography+TPS}
}
\description{
Manual registration workflow with Rcpp
}