measureDeviation: Measure sum of rms distance between two sets of points after...

Description Usage Arguments Value

View source: R/correlationCalculationFunctions.R

Description

Measure sum of rms distance between two sets of points after an affine transform.

Usage

1
measureDeviation(transformParams, data)

Arguments

transformParams

The parameters to use when applying an affine transformation

data

A N-by-4 data frame with columns X and Y of first positions and X and Y of comparison positions.

Value

The sum of pair-wise distances.


MirceaDavidEsc/scalefree documentation built on Nov. 9, 2020, 2:21 p.m.