C++ type used to represent an ITK image metric

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

# S4 method for class '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