--- a +++ b/man/getRcppManualRegistration.Rd @@ -0,0 +1,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 +}