createAntsrTransform.Rd
Create and initialize an antsrTransform
createAntsrTransform(type = "AffineTransform", precision = "float", dimension = 3, matrix = NA, offset = NA, center = NA, translation = NA, parameters = NA, fixed.parameters = NA, displacement.field = NA, supported.types = FALSE)
type | type of transform
|
---|---|
precision | numerical precision |
dimension | spatial dimension of transform |
matrix | matrix for linear transforms |
offset | offset for linear transforms |
center | center for linear transforms |
translation | translation for linear transforms |
parameters | array of parameters |
fixed.parameters | array of fixed parameters |
displacement.field | multichannel antsImage for non-linear transform |
supported.types | flag that returns array of possible transforms types |
antsrTransform or list of transform types