ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform > Class Template Reference

#include <itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h>

+ Inheritance diagram for itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >:
+ Collaboration diagram for itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >:

Detailed Description

template<typename TFixedImage, typename TMovingImage, typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
class itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >

Interface method for the current registration framework using the time varying velocity field transform.

Output: The output is the updated transform which has been added to the composite transform.

This derived class from the SimpleImageRegistrationMethod class is specialized to handle time-varying velocity field transforms of which there are currently 3:

  1. TimeVaryingDisplacementFieldTransform
  2. GaussianSmoothingOnUpdateTimeVaryingDisplacementFieldTransform
  3. BSplineSmoothingOnUpdateTimeVaryingDisplacementFieldTransform

The latter is derived from the former and performs an optional spatial and temporal smoothing on the update and total velocity fields. Integration of the velocity field is performed using 4th order Runge Kutta and is performed using the class itkTimeVaryingBSplineVelocityFieldIntegrationImageFilter.

Optimization occurs in an iterative fashion where for each sample time point, t, in the velocity field, we integrate the velocity field in the range [0, t] to yield the displacement field which warps fixed image to time point t. Simultaneously, we integrate the velocity field in the range [t, 1] to yield the displacement field transform which warps the moving image to time point t. The metric derivative for each time point of the velocity field calculated in this way produces the normalized update field (or gradient) of the velocity field to be added to the total field at each iteration after being multiplied by the learning rate and optionally smoothed. Mathematically, this can be described as

\[ v_{total} = B_1( v_{total} + \lambda * B_2( v_{update} ) ) \]

where

$ B_1 = $ bspline smoothing on the total field $ B_2 = $ bspline smoothing on the update field $ \lambda = $ learning rate $ v_{update} = $ the normalized velocity field where we normalize the velocity field at each time point separately by the max norm of the field at that time point. This is done due to a weakly necessary (but not sufficient) condition being that the velocity field have a constant norm for all time points.

Author
Nick Tustison
Brian Avants

Definition at line 95 of file itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h.

Public Types

typedef
BSplineScatteredDataPointSetToImageFilter
< PointSetType,
TimeVaryingVelocityFieldType
BSplineFilterType
 
typedef
Superclass::CompositeTransformType 
CompositeTransformType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
DecoratedOutputTransformType::Pointer 
DecoratedOutputTransformPointer
 
typedef
Superclass::DecoratedOutputTransformType 
DecoratedOutputTransformType
 
typedef
OutputTransformType::DerivativeType 
DerivativeType
 
typedef DerivativeType::ValueType DerivativeValueType
 
typedef
OutputTransformType::DisplacementFieldType 
DisplacementFieldType
 
typedef
TimeVaryingVelocityFieldControlPointLatticeType::PixelType 
DisplacementVectorType
 
typedef
ImageMetricType::FixedImageMaskType 
FixedImageMaskType
 
typedef FixedImageType::Pointer FixedImagePointer
 
typedef TFixedImage FixedImageType
 
typedef ImageMaskSpatialObject
< ImageDimension
ImageMaskSpatialObjectType
 
typedef ImageMetricType::Pointer ImageMetricPointer
 
typedef Superclass::ImageMetricType ImageMetricType
 
typedef
ImageMaskSpatialObjectType::ImageType 
MaskImageType
 
typedef
ImageMetricType::MeasureType 
MeasureType
 
typedef
ImageMetricType::MovingImageMaskType 
MovingImageMaskType
 
typedef MovingImageType::Pointer MovingImagePointer
 
typedef TMovingImage MovingImageType
 
typedef Superclass::MultiMetricType MultiMetricType
 
typedef Array< SizeValueTypeNumberOfIterationsArrayType
 
typedef
OutputTransformType::Pointer 
OutputTransformPointer
 
typedef TOutputTransform OutputTransformType
 
typedef SmartPointer< SelfPointer
 
typedef PointSet
< DisplacementVectorType,
ImageDimension+1 > 
PointSetType
 
typedef
OutputTransformType::ScalarType 
RealType
 
typedef
TimeVaryingBSplineVelocityFieldImageRegistrationMethod 
Self
 
typedef
ImageRegistrationMethodv4
< TFixedImage, TMovingImage,
TOutputTransform > 
Superclass
 
typedef
OutputTransformType::TimeVaryingVelocityFieldControlPointLatticePointer 
TimeVaryingVelocityFieldControlPointLatticePointer
 
typedef
OutputTransformType::TimeVaryingVelocityFieldControlPointLatticeType 
TimeVaryingVelocityFieldControlPointLatticeType
 
typedef
OutputTransformType::TimeVaryingVelocityFieldControlPointLatticePointer 
TimeVaryingVelocityFieldPointer
 
typedef
OutputTransformType::TimeVaryingVelocityFieldControlPointLatticeType 
TimeVaryingVelocityFieldType
 
typedef Image
< WeightsElementType,
ImageDimension+1 > 
TimeVaryingWeightedMaskImageType
 
typedef
ImageMetricType::VirtualImageType 
VirtualImageType
 
typedef Image
< WeightsElementType,
ImageDimension
WeightedMaskImageType
 
typedef
BSplineFilterType::WeightsContainerType 
WeightsContainerType
 
typedef
WeightsContainerType::Element 
WeightsElementType
 
- Public Types inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >
typedef
CompositeTransformType::Pointer 
CompositeTransformPointer
 
typedef CompositeTransform
< RealType, ImageDimension
CompositeTransformType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef
DecoratedOutputTransformType::Pointer 
DecoratedOutputTransformPointer
 
typedef DataObjectDecorator
< OutputTransformType
DecoratedOutputTransformType
 
typedef
OutputTransformType::DerivativeType 
DerivativeType
 
typedef DerivativeType::ValueType DerivativeValueType
 
typedef FixedImageType::Pointer FixedImagePointer
 
typedef std::vector
< FixedImagePointer
FixedImagesContainerType
 
typedef TFixedImage FixedImageType
 
typedef ImageToImageMetricv4
< FixedImageType,
MovingImageType
ImageMetricType
 
typedef
InitialTransformType::Pointer 
InitialTransformPointer
 
typedef Transform< RealType,
ImageDimension, ImageDimension
InitialTransformType
 
typedef MetricType::Pointer MetricPointer
 
typedef
ImageMetricType::FixedSampledPointSetType 
MetricSamplePointSetType
 
typedef Array< RealTypeMetricSamplingPercentageArrayType
 
enum  MetricSamplingStrategyType {
  NONE,
  REGULAR,
  RANDOM
}
 
typedef ObjectToObjectMetricBase MetricType
 
typedef MovingImageType::Pointer MovingImagePointer
 
typedef std::vector
< MovingImagePointer
MovingImagesContainerType
 
typedef TMovingImage MovingImageType
 
typedef
ObjectToObjectMultiMetricv4
< ImageDimension,
ImageDimension
MultiMetricType
 
typedef OptimizerType::Pointer OptimizerPointer
 
typedef ObjectToObjectOptimizerBase OptimizerType
 
typedef
OutputTransformType::Pointer 
OutputTransformPointer
 
typedef TOutputTransform OutputTransformType
 
typedef SmartPointer< SelfPointer
 
typedef
OutputTransformType::ScalarType 
RealType
 
typedef ImageRegistrationMethodv4 Self
 
typedef Array< SizeValueTypeShrinkFactorsArrayType
 
typedef
ShrinkFilterType::ShrinkFactorsType 
ShrinkFactorsPerDimensionContainerType
 
typedef ShrinkImageFilter
< FixedImageType,
VirtualImageType
ShrinkFilterType
 
typedef Array< RealTypeSmoothingSigmasArrayType
 
typedef ProcessObject Superclass
 
typedef
TransformParametersAdaptorType::Pointer 
TransformParametersAdaptorPointer
 
typedef std::vector
< TransformParametersAdaptorPointer
TransformParametersAdaptorsContainerType
 
typedef
TransformParametersAdaptor
< OutputTransformType
TransformParametersAdaptorType
 
typedef
ImageMetricType::VirtualImageType 
VirtualImageType
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual void SetLearningRate (RealType _arg)
 
virtual RealType GetLearningRate () const
 
virtual void SetNumberOfIterationsPerLevel (NumberOfIterationsArrayType _arg)
 
virtual NumberOfIterationsArrayType GetNumberOfIterationsPerLevel () const
 
virtual void SetConvergenceThreshold (RealType _arg)
 
virtual RealType GetConvergenceThreshold () const
 
virtual void SetConvergenceWindowSize (unsigned int _arg)
 
virtual unsigned int GetConvergenceWindowSize () const
 
virtual void SetNumberOfTimePointSamples (SizeValueType _arg)
 
virtual SizeValueType GetNumberOfTimePointSamples () const
 
- Public Member Functions inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >
virtual const RealTypeGetCurrentConvergenceValue ()
 
virtual const SizeValueTypeGetCurrentIteration ()
 
virtual SizeValueType GetCurrentLevel () const
 
virtual const RealTypeGetCurrentMetricValue ()
 
virtual const bool & GetIsConverged ()
 
virtual const
DecoratedOutputTransformType
GetOutput () const
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType)
 
void SetMetricSamplingPercentage (const RealType)
 
virtual void SetFixedImage (const FixedImageType *image)
 
virtual const FixedImageTypeGetFixedImage () const
 
virtual void SetFixedImage (SizeValueType, const FixedImageType *)
 
virtual const FixedImageTypeGetFixedImage (SizeValueType) const
 
virtual void SetMovingImage (const MovingImageType *image)
 
virtual const MovingImageTypeGetMovingImage () const
 
virtual void SetMovingImage (SizeValueType, const MovingImageType *)
 
virtual const MovingImageTypeGetMovingImage (SizeValueType) const
 
virtual void SetOptimizer (OptimizerType *_arg)
 
virtual OptimizerTypeGetModifiableOptimizer ()
 
virtual const OptimizerTypeGetOptimizer () const
 
virtual void SetMetric (MetricType *_arg)
 
virtual MetricTypeGetModifiableMetric ()
 
virtual const MetricTypeGetMetric () const
 
virtual void SetMetricSamplingStrategy (MetricSamplingStrategyType _arg)
 
virtual MetricSamplingStrategyType GetMetricSamplingStrategy () const
 
virtual void SetMetricSamplingPercentagePerLevel (MetricSamplingPercentageArrayType _arg)
 
virtual
MetricSamplingPercentageArrayType 
GetMetricSamplingPercentagePerLevel () const
 
virtual void SetFixedInitialTransform (InitialTransformType *_arg)
 
virtual InitialTransformTypeGetModifiableFixedInitialTransform ()
 
virtual const
InitialTransformType
GetFixedInitialTransform () const
 
virtual void SetMovingInitialTransform (InitialTransformType *_arg)
 
virtual InitialTransformTypeGetModifiableMovingInitialTransform ()
 
virtual const
InitialTransformType
GetMovingInitialTransform () const
 
void SetTransformParametersAdaptorsPerLevel (TransformParametersAdaptorsContainerType &)
 
const
TransformParametersAdaptorsContainerType
GetTransformParametersAdaptorsPerLevel () const
 
void SetNumberOfLevels (const SizeValueType)
 
virtual SizeValueType GetNumberOfLevels () const
 
void SetShrinkFactorsPerLevel (ShrinkFactorsArrayType factors)
 
ShrinkFactorsPerDimensionContainerType GetShrinkFactorsPerDimension (const unsigned int level) const
 
void SetShrinkFactorsPerDimension (unsigned int level, ShrinkFactorsPerDimensionContainerType factors)
 
virtual void SetSmoothingSigmasPerLevel (SmoothingSigmasArrayType _arg)
 
virtual SmoothingSigmasArrayType GetSmoothingSigmasPerLevel () const
 
virtual void SetSmoothingSigmasAreSpecifiedInPhysicalUnits (bool _arg)
 
virtual bool GetSmoothingSigmasAreSpecifiedInPhysicalUnits () const
 
virtual void SmoothingSigmasAreSpecifiedInPhysicalUnitsOn ()
 
virtual void SmoothingSigmasAreSpecifiedInPhysicalUnitsOff ()
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData ()
 
NameArray GetInputNames () const
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
virtual const float & GetProgress ()
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void SetProgress (float _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float amount)
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArray GetOutputs ()
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >
static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = TFixedImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >
static const unsigned int ImageDimension = TFixedImage::ImageDimension
 

Protected Member Functions

virtual void GenerateData ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void StartOptimization ()
 
 TimeVaryingBSplineVelocityFieldImageRegistrationMethod ()
 
virtual ~TimeVaryingBSplineVelocityFieldImageRegistrationMethod ()
 
- Protected Member Functions inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >
 ImageRegistrationMethodv4 ()
 
virtual void InitializeRegistrationAtEachLevel (const SizeValueType)
 
virtual void SetMetricSamplePoints ()
 
virtual ~ImageRegistrationMethodv4 ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

void operator= (const Self &)
 
 TimeVaryingBSplineVelocityFieldImageRegistrationMethod (const Self &)
 

Private Attributes

RealType m_ConvergenceThreshold
 
unsigned int m_ConvergenceWindowSize
 
RealType m_LearningRate
 
NumberOfIterationsArrayType m_NumberOfIterationsPerLevel
 
SizeValueType m_NumberOfTimePointSamples
 

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >
CompositeTransformPointer m_CompositeTransform
 
RealType m_CurrentConvergenceValue
 
SizeValueType m_CurrentIteration
 
SizeValueType m_CurrentLevel
 
RealType m_CurrentMetricValue
 
InitialTransformPointer m_FixedInitialTransform
 
FixedImagesContainerType m_FixedSmoothImages
 
bool m_IsConverged
 
MetricPointer m_Metric
 
MetricSamplingPercentageArrayType m_MetricSamplingPercentagePerLevel
 
MetricSamplingStrategyType m_MetricSamplingStrategy
 
InitialTransformPointer m_MovingInitialTransform
 
MovingImagesContainerType m_MovingSmoothImages
 
SizeValueType m_NumberOfFixedImages
 
SizeValueType m_NumberOfLevels
 
SizeValueType m_NumberOfMovingImages
 
OptimizerPointer m_Optimizer
 
OutputTransformPointer m_OutputTransform
 
std::vector
< ShrinkFactorsPerDimensionContainerType
m_ShrinkFactorsPerLevel
 
bool m_SmoothingSigmasAreSpecifiedInPhysicalUnits
 
SmoothingSigmasArrayType m_SmoothingSigmasPerLevel
 
TransformParametersAdaptorsContainerType m_TransformParametersAdaptorsPerLevel
 

Member Typedef Documentation

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef BSplineScatteredDataPointSetToImageFilter<PointSetType, TimeVaryingVelocityFieldType> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::BSplineFilterType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Superclass::CompositeTransformType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::CompositeTransformType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef SmartPointer<const Self> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::ConstPointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef DecoratedOutputTransformType::Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::DecoratedOutputTransformPointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Superclass::DecoratedOutputTransformType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::DecoratedOutputTransformType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::DerivativeType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::DerivativeType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef DerivativeType::ValueType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::DerivativeValueType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::DisplacementFieldType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::DisplacementFieldType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef TimeVaryingVelocityFieldControlPointLatticeType::PixelType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::DisplacementVectorType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMetricType::FixedImageMaskType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::FixedImageMaskType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef FixedImageType::Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::FixedImagePointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef TFixedImage itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::FixedImageType

Input typedefs for the images and transforms.

Definition at line 112 of file itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMaskSpatialObject<ImageDimension> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::ImageMaskSpatialObjectType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMetricType::Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::ImageMetricPointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Superclass::ImageMetricType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::ImageMetricType

Metric and transform typedefs

Definition at line 121 of file itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMaskSpatialObjectType::ImageType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::MaskImageType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMetricType::MeasureType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::MeasureType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMetricType::MovingImageMaskType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::MovingImageMaskType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef MovingImageType::Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::MovingImagePointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef TMovingImage itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::MovingImageType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Superclass::MultiMetricType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::MultiMetricType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Array<SizeValueType> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::NumberOfIterationsArrayType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::OutputTransformPointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef TOutputTransform itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::OutputTransformType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef SmartPointer<Self> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::Pointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef PointSet<DisplacementVectorType, ImageDimension + 1> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::PointSetType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::ScalarType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::RealType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef TimeVaryingBSplineVelocityFieldImageRegistrationMethod itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::Self

Standard class typedefs.

Definition at line 100 of file itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageRegistrationMethodv4<TFixedImage, TMovingImage, TOutputTransform> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::Superclass
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::TimeVaryingVelocityFieldControlPointLatticePointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingVelocityFieldControlPointLatticePointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::TimeVaryingVelocityFieldControlPointLatticeType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingVelocityFieldControlPointLatticeType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::TimeVaryingVelocityFieldControlPointLatticePointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingVelocityFieldPointer
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef OutputTransformType::TimeVaryingVelocityFieldControlPointLatticeType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingVelocityFieldType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Image<WeightsElementType, ImageDimension + 1> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingWeightedMaskImageType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef ImageMetricType::VirtualImageType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::VirtualImageType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef Image<WeightsElementType, ImageDimension> itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::WeightedMaskImageType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef BSplineFilterType::WeightsContainerType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::WeightsContainerType
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
typedef WeightsContainerType::Element itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::WeightsElementType

Constructor & Destructor Documentation

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingBSplineVelocityFieldImageRegistrationMethod ( )
protected
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::~TimeVaryingBSplineVelocityFieldImageRegistrationMethod ( )
protectedvirtual
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::TimeVaryingBSplineVelocityFieldImageRegistrationMethod ( const Self )
private

Member Function Documentation

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual::itk::LightObject::Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::CreateAnother ( void  ) const
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::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GenerateData ( )
protectedvirtual
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual RealType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GetConvergenceThreshold ( ) const
virtual

Set/Get the convergence threshold

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual unsigned int itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GetConvergenceWindowSize ( ) const
virtual

Set/Get the convergence window size

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual RealType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GetLearningRate ( ) const
virtual

Set/Get the learning rate.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual const char* itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual NumberOfIterationsArrayType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GetNumberOfIterationsPerLevel ( ) const
virtual

Set/Get the number of iterations per level.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual SizeValueType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::GetNumberOfTimePointSamples ( ) const
virtual

Set/Get the number of time point samples.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
static Pointer itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::New ( )
static

Method for creation through the object factory.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::operator= ( const Self )
private
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform >.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::SetConvergenceThreshold ( RealType  _arg)
virtual

Set/Get the convergence threshold

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::SetConvergenceWindowSize ( unsigned int  _arg)
virtual

Set/Get the convergence window size

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::SetLearningRate ( RealType  _arg)
virtual

Set/Get the learning rate.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::SetNumberOfIterationsPerLevel ( NumberOfIterationsArrayType  _arg)
virtual

Set/Get the number of iterations per level.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::SetNumberOfTimePointSamples ( SizeValueType  _arg)
virtual

Set/Get the number of time point samples.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
virtual void itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::StartOptimization ( )
protectedvirtual

Handle optimization internally

Member Data Documentation

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
const unsigned int itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::ImageDimension = TFixedImage::ImageDimension
static

ImageDimension constants

Definition at line 109 of file itkTimeVaryingBSplineVelocityFieldImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
RealType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::m_ConvergenceThreshold
private
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
unsigned int itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::m_ConvergenceWindowSize
private
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
RealType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::m_LearningRate
private
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
NumberOfIterationsArrayType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::m_NumberOfIterationsPerLevel
private
template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = TimeVaryingBSplineVelocityFieldTransform<double, TFixedImage::ImageDimension>>
SizeValueType itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform >::m_NumberOfTimePointSamples
private

The documentation for this class was generated from the following file: