ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkTimeVaryingVelocityFieldTransform.h>
Transform objects based on integration of a time-varying velocity field.
Diffeomorphisms are topology-preserving mappings that are useful for describing biologically plausible deformations. Mathematically, a diffeomorphism, , is generated from a time-varying velocity field, v, as described by the first-order differential equation:
In this class, the input is the time-varying velocity field. The output diffeomorphism is produced using fourth order Runge-Kutta.
Definition at line 54 of file itkTimeVaryingVelocityFieldTransform.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = typename Superclass::DerivativeType |
using | DisplacementFieldType = typename Superclass::DisplacementFieldType |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename FixedParametersType::ValueType |
using | InterpolatorType = typename Superclass::InterpolatorType |
using | InverseTransformBasePointer = typename Superclass::InverseTransformBasePointer |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename ParametersType::ValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename Superclass::ScalarType |
using | Self = TimeVaryingVelocityFieldTransform |
using | Superclass = VelocityFieldTransform< TParametersValueType, NDimensions > |
using | TimeVaryingVelocityFieldPointer = typename VelocityFieldType::Pointer |
using | TimeVaryingVelocityFieldType = VelocityFieldType |
using | TransformPointer = typename Transform< TParametersValueType, NDimensions, NDimensions >::Pointer |
using | VelocityFieldIntegratorType = typename Superclass::VelocityFieldInterpolatorType |
using | VelocityFieldType = typename Superclass::VelocityFieldType |
Public Types inherited from itk::VelocityFieldTransform< TParametersValueType, NDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = typename Superclass::DerivativeType |
using | DirectionType = typename VelocityFieldType::DirectionType |
using | DisplacementFieldPointer = typename DisplacementFieldType::Pointer |
using | DisplacementFieldType = typename Superclass::DisplacementFieldType |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | IndexType = typename VelocityFieldType::IndexType |
using | InputPointType = typename Superclass::InputPointType |
using | InputVectorPixelType = typename Superclass::InputVectorPixelType |
using | InputVectorType = typename Superclass::InputVectorType |
using | InverseTransformBasePointer = typename Superclass::InverseTransformBasePointer |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OptimizerParametersHelperType = ImageVectorOptimizerParametersHelper< ScalarType, Dimension, VelocityFieldDimension > |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputVectorPixelType = typename Superclass::OutputVectorPixelType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | PixelType = typename VelocityFieldType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename VelocityFieldType::PointType |
using | RegionType = typename VelocityFieldType::RegionType |
using | ScalarType = typename Superclass::ScalarType |
using | Self = VelocityFieldTransform |
using | SizeType = typename VelocityFieldType::SizeType |
using | SpacingType = typename VelocityFieldType::SpacingType |
using | Superclass = DisplacementFieldTransform< TParametersValueType, NDimensions > |
using | TransformCategoryType = typename Superclass::TransformCategoryType |
using | VelocityFieldInterpolatorPointer = typename VelocityFieldInterpolatorType::Pointer |
using | VelocityFieldInterpolatorType = VectorInterpolateImageFunction< VelocityFieldType, ScalarType > |
using | VelocityFieldPointer = typename VelocityFieldType::Pointer |
using | VelocityFieldType = Image< OutputVectorType, VelocityFieldDimension > |
Public Types inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = typename Superclass::DerivativeType |
using | DirectionType = typename DisplacementFieldType::DirectionType |
using | DisplacementFieldConstPointer = typename DisplacementFieldType::ConstPointer |
using | DisplacementFieldPointer = typename DisplacementFieldType::Pointer |
using | DisplacementFieldType = Image< OutputVectorType, Dimension > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | IndexType = typename DisplacementFieldType::IndexType |
using | InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
using | InputDiffusionTensor3DType = typename Superclass::InputDiffusionTensor3DType |
using | InputPointType = typename Superclass::InputPointType |
using | InputTensorEigenVectorType = CovariantVector< ScalarType, InputDiffusionTensor3DType::Dimension > |
using | InputVectorPixelType = typename Superclass::InputVectorPixelType |
using | InputVectorType = typename Superclass::InputVectorType |
using | InputVnlVectorType = typename Superclass::InputVnlVectorType |
using | InterpolatorType = VectorInterpolateImageFunction< DisplacementFieldType, ScalarType > |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | InverseTransformBasePointer = typename Superclass::InverseTransformBasePointer |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OptimizerParametersHelperType = ImageVectorOptimizerParametersHelper< ScalarType, OutputVectorType::Dimension, Dimension > |
using | OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
using | OutputDiffusionTensor3DType = typename Superclass::OutputDiffusionTensor3DType |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputTensorEigenVectorType = CovariantVector< ScalarType, OutputDiffusionTensor3DType::Dimension > |
using | OutputVectorPixelType = typename Superclass::OutputVectorPixelType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | OutputVnlVectorType = typename Superclass::OutputVnlVectorType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | PixelType = typename DisplacementFieldType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename DisplacementFieldType::PointType |
using | RegionType = typename DisplacementFieldType::RegionType |
using | ScalarType = typename Superclass::ScalarType |
using | Self = DisplacementFieldTransform |
using | SizeType = typename DisplacementFieldType::SizeType |
using | SpacingType = typename DisplacementFieldType::SpacingType |
using | Superclass = Transform< TParametersValueType, NDimensions, NDimensions > |
using | TransformCategoryType = typename Superclass::TransformCategoryType |
Public Types inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = Array< ParametersValueType > |
using | DirectionChangeMatrix = Matrix< double, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | InputCovariantVectorType = CovariantVector< TParametersValueType, NInputDimensions > |
using | InputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | InputDirectionMatrix = Matrix< double, Self::InputSpaceDimension, Self::InputSpaceDimension > |
using | InputPointType = Point< TParametersValueType, NInputDimensions > |
using | InputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NInputDimensions > |
using | InputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | InputVectorType = Vector< TParametersValueType, NInputDimensions > |
using | InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NInputDimensions > |
using | InverseJacobianPositionType = vnl_matrix_fixed< ParametersValueType, NInputDimensions, NOutputDimensions > |
using | InverseTransformBasePointer = typename InverseTransformBaseType::Pointer |
using | InverseTransformBaseType = Transform< TParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianPositionType = vnl_matrix_fixed< ParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianType = Array2D< ParametersValueType > |
using | MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OutputCovariantVectorType = CovariantVector< TParametersValueType, NOutputDimensions > |
using | OutputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | OutputDirectionMatrix = Matrix< double, Self::OutputSpaceDimension, Self::OutputSpaceDimension > |
using | OutputPointType = Point< TParametersValueType, NOutputDimensions > |
using | OutputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NOutputDimensions > |
using | OutputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | OutputVectorType = Vector< TParametersValueType, NOutputDimensions > |
using | OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NOutputDimensions > |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = ParametersValueType |
using | Self = Transform |
using | Superclass = TransformBaseTemplate< TParametersValueType > |
using | TransformCategoryType = typename Superclass::TransformCategoryType |
Public Types inherited from itk::TransformBaseTemplate< TParametersValueType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = OptimizerParameters< FixedParametersValueType > |
using | FixedParametersValueType = double |
using | NumberOfParametersType = IdentifierType |
using | ParametersType = OptimizerParameters< ParametersValueType > |
using | ParametersValueType = TParametersValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformBaseTemplate |
using | Superclass = Object |
enum | TransformCategoryType { UnknownTransformCategory =0, Linear =1, BSpline =2, Spline =3, DisplacementField =4, VelocityField =5 } |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::VelocityFieldTransform< TParametersValueType, NDimensions > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::DisplacementFieldTransform< TParametersValueType, NDimensions > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::ConstPointer = SmartPointer<const Self> |
Definition at line 64 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::DerivativeType = typename Superclass::DerivativeType |
Derivative type
Definition at line 97 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::DisplacementFieldType = typename Superclass::DisplacementFieldType |
Field types.
Definition at line 80 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::FixedParametersType = typename Superclass::FixedParametersType |
Definition at line 92 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::FixedParametersValueType = typename FixedParametersType::ValueType |
Definition at line 93 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::InterpolatorType = typename Superclass::InterpolatorType |
Interpolator types.
Definition at line 76 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::InverseTransformBasePointer = typename Superclass::InverseTransformBasePointer |
InverseTransform type.
Definition at line 73 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::NumberOfParametersType = typename Superclass::NumberOfParametersType |
Definition at line 94 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::ParametersType = typename Superclass::ParametersType |
Type of the input parameters.
Definition at line 90 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::ParametersValueType = typename ParametersType::ValueType |
Definition at line 91 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::Pointer = SmartPointer<Self> |
Definition at line 63 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::ScalarType = typename Superclass::ScalarType |
Scalar type.
Definition at line 87 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::Self = TimeVaryingVelocityFieldTransform |
Standard class type aliases.
Definition at line 61 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::Superclass = VelocityFieldTransform<TParametersValueType, NDimensions> |
Definition at line 62 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::TimeVaryingVelocityFieldPointer = typename VelocityFieldType::Pointer |
Definition at line 84 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::TimeVaryingVelocityFieldType = VelocityFieldType |
Definition at line 83 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::TransformPointer = typename Transform<TParametersValueType,NDimensions, NDimensions>::Pointer |
Definition at line 99 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::VelocityFieldIntegratorType = typename Superclass::VelocityFieldInterpolatorType |
Definition at line 77 of file itkTimeVaryingVelocityFieldTransform.h.
using itk::TimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >::VelocityFieldType = typename Superclass::VelocityFieldType |
Definition at line 81 of file itkTimeVaryingVelocityFieldTransform.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::DisplacementFieldTransform< TParametersValueType, NDimensions >.
|
inline |
Get the time-varying velocity field.
Definition at line 108 of file itkTimeVaryingVelocityFieldTransform.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VelocityFieldTransform< TParametersValueType, NDimensions >.
Reimplemented in itk::GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform< TParametersValueType, NDimensions >.
|
inline |
Get the time-varying velocity field.
Definition at line 112 of file itkTimeVaryingVelocityFieldTransform.h.
|
overridevirtual |
Trigger the computation of the displacement field by integrating the time-varying velocity field.
Reimplemented from itk::VelocityFieldTransform< TParametersValueType, NDimensions >.
|
static |
New macro for creation of through a Smart Pointer
|
inlinevirtual |
Set the time-varying velocity field.
Definition at line 119 of file itkTimeVaryingVelocityFieldTransform.h.