antsrMetric: An S4 class for image metrics between two antsImages

antsrMetric-classR Documentation

An S4 class for image metrics between two antsImages

Description

C++ type used to represent an ITK image metric

Usage

## S4 method for signature 'antsrMetric'
show(object)

## S4 method for signature 'antsrMetric'
initialize(.Object, dimension = 3, type = "MeanSquares")

Arguments

object

input object to convert

.Object

input object to convert

dimension

dimensionality of the transform (2,3,or 4)

type

type of transform' etc noting that short is not supported

Slots

dimension

usually 2 or 3 but can be 4

precision

math precision is float or double'

type

The type of transform: usually one of AffineTransform, CenteredAffineTransform, CenteredEuler3DTransform, CenteredRigid2DTransform, CenteredSimilarity2DTransform, Euler2DTransform, Euler3DTransform, QuaternionRigidTransform, Rigid2DTransform, Similarity2DTransform, Similarity3DTransform

pointer

to the memory location of the itk object


stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.