icpmat: Match two point sets using iterative closest point search

icpmatR Documentation

Match two point sets using iterative closest point search

Description

Match two point sets using iterative closest point search

Usage

icpmat(
  set1,
  set2,
  iterations,
  mindist = 1e+15,
  type = c("rigid", "similarity", "affine"),
  threads = 1
)

Arguments

set1, set2

Point set from image to be aligned with reference and point set from reference image

iterations

Number of iterations

mindist

Minimum distance that definces valid points

type

Select type of transform to be applied

threads

number of trheads to use

Value

list with transformed x, y coordinates and list of transformation matrices


jbergenstrahle/STUtility documentation built on March 14, 2023, 7:15 a.m.