Switch to unified view

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