Data Structures |
class | elastix::AdvancedAffineTransformElastix< TElastix > |
| A transform based on the itk::AdvancedMatrixOffsetTransformBase. More...
|
class | elastix::AdvancedBSplineTransform< TElastix > |
| A transform based on the itkAdvancedBSplineTransform. More...
|
class | elastix::AffineDTITransformElastix< TElastix > |
| A transform based on the itk AffineDTITransform. More...
|
class | elastix::BSplineStackTransform< TElastix > |
| A B-spline transform based on the itkStackTransform. More...
|
class | elastix::BSplineTransformWithDiffusion< TElastix > |
| This class combines a B-spline transform with the diffusion/filtering of the deformation field. More...
|
class | elastix::DeformationFieldTransform< TElastix > |
| A transform based on a DeformationField. More...
|
class | elastix::EulerTransformElastix< TElastix > |
| A transform based on the itk EulerTransforms. More...
|
class | elastix::SimilarityTransformElastix< TElastix > |
| A transform based on the itk SimilarityTransforms. More...
|
class | elastix::SplineKernelTransform< TElastix > |
| A transform based on the itk::KernelTransform2. More...
|
class | elastix::TransformBase< TElastix > |
| This class is the elastix base class for all Transforms. More...
|
class | elastix::TranslationTransformElastix< TElastix > |
| A transform based on the itk::TranslationTransform. More...
|
class | elastix::WeightedCombinationTransformElastix< TElastix > |
| A transform based on the itk::WeightedCombinationTransform. More...
|
class | itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > |
| Deformable transform using a B-spline representation. More...
|
class | itk::AdvancedCombinationTransform< TScalarType, NDimensions > |
| This class combines two transforms: an 'initial transform' with a 'current transform'. More...
|
class | itk::AdvancedEuler3DTransform< TScalarType > |
| AdvancedEuler3DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedIdentityTransform< TScalarType, NDimensions > |
| Implementation of an Identity Transform. More...
|
class | itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > |
class | itk::AdvancedRigid2DTransform< TScalarType > |
| AdvancedRigid2DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedRigid3DTransform< TScalarType > |
| AdvancedRigid3DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedSimilarity2DTransform< TScalarType > |
| AdvancedSimilarity2DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedSimilarity3DTransform< TScalarType > |
| AdvancedSimilarity3DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions > |
| Transform maps points, vectors and covariant vectors from an input space to an output space. More...
|
class | itk::AdvancedTranslationTransform< TScalarType, NDimensions > |
| Translation transformation of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedVersorRigid3DTransform< TScalarType > |
| AdvancedVersorRigid3DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::AdvancedVersorTransform< TScalarType > |
class | itk::AffineDTI3DTransform< TScalarType > |
| AffineDTI3DTransform of a vector space (e.g. space coordinates) More...
|
class | itk::CenteredTransformInitializer2< TTransform, TFixedImage, TMovingImage > |
| CenteredTransformInitializer2 is a helper class intended to initialize the center of rotation and the translation of Transforms having the center of rotation among their parameters. More...
|
class | itk::CyclicBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > |
| Deformable transform using a B-spline representation in which the B-spline grid is formulated in a cyclic way. More...
|
class | itk::CyclicGridScheduleComputer< TTransformScalarType, VImageDimension > |
| This class computes all information about the B-spline grid. More...
|
class | itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType > |
| Transform that interpolates a given deformation field. More...
|
class | itk::DeformationFieldRegulizer< TAnyITKTransform > |
| This class combines any itk transform with the DeformationFieldTransform. More...
|
class | itk::DeformationVectorFieldTransform< TScalarType, NDimensions > |
| An itk transform based on a DeformationVectorField. More...
|
class | itk::ElasticBodyReciprocalSplineKernelTransform2< TScalarType, NDimensions > |
class | itk::ElasticBodySplineKernelTransform2< TScalarType, NDimensions > |
class | itk::GridScheduleComputer< TTransformScalarType, VImageDimension > |
| This class computes all information about the B-spline grid, given the image information and the desired grid spacing. More...
|
class | itk::KernelTransform2< TScalarType, NDimensions > |
class | itk::StackTransform< TScalarType, NInputDimensions, NOutputDimensions > |
| Implements stack of transforms: one for every last dimension index. More...
|
class | itk::ThinPlateR2LogRSplineKernelTransform2< TScalarType, NDimensions > |
class | itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions > |
class | itk::TranslationTransformInitializer< TTransform, TFixedImage, TMovingImage > |
| TranslationTransformInitializer is a helper class intended to initialize the translation of a TranslationTransforms. More...
|
class | itk::VolumeSplineKernelTransform2< TScalarType, NDimensions > |
class | itk::WeightedCombinationTransform< TScalarType, NInputDimensions, NOutputDimensions > |
| Implements a weighted linear combination of multiple transforms. More...
|
Transforms model the underlying deformation field during registration.