| antsrTransform-class | R Documentation | 
C++ type used to represent an ITK image transform.
## S4 method for signature 'antsrTransform'
show(object)
## S4 method for signature 'antsrTransform'
initialize(
  .Object,
  precision = "float",
  dimension = 3,
  type = "AffineTransform",
  parameters = NA
)
| object | input object to convert | 
| .Object | input object to convert | 
| precision | string e.g. "float" or "double" | 
| dimension | dimensionality of the transform (2,3,or 4) | 
| type | type of transform' etc noting that short is not supported | 
| parameters | transformation parameters to send to
 | 
dimensionusually 2 or 3 but can be 4
precisionmath precision is float or double'
typeThe type of transform: usually one of AffineTransform, CenteredAffineTransform, CenteredEuler3DTransform, CenteredRigid2DTransform, CenteredSimilarity2DTransform, Euler2DTransform, Euler3DTransform, QuaternionRigidTransform, Rigid2DTransform, Similarity2DTransform, Similarity3DTransform
pointerto the memory location of the itk object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.