ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet > Class Template Reference

#include <itkBSplineSyNImageRegistrationMethod.h>

Detailed Description

template<typename TFixedImage, typename TMovingImage, typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
class itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >

Interface method for the performing greedy B-spline SyN image registration.

For greedy SyN we use m_Transform to map the time-parameterized middle image to the fixed image (and vice versa using m_Transform->GetInverseDisplacementField() ). We employ another ivar, m_InverseTransform, to map the time-parameterized middle image to the moving image.

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

Author
Nick Tustison
Brian Avants

Definition at line 51 of file itkBSplineSyNImageRegistrationMethod.h.

+ Inheritance diagram for itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >:
+ Collaboration diagram for itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >:

Public Types

using ArrayType = typename BSplineFilterType::ArrayType
 
using BSplineFilterType = DisplacementFieldToBSplineImageFilter< DisplacementFieldType >
 
using BSplinePointSetType = typename BSplineFilterType::InputPointSetType
 
using ConstPointer = SmartPointer< const Self >
 
using DecoratedOutputTransformPointer = typename DecoratedOutputTransformType::Pointer
 
using DerivativeType = typename OutputTransformType::DerivativeType
 
using DerivativeValueType = typename DerivativeType::ValueType
 
using DisplacementFieldPointer = typename DisplacementFieldType::Pointer
 
using DisplacementFieldType = typename OutputTransformType::DisplacementFieldType
 
using DisplacementVectorType = typename DisplacementFieldType::PixelType
 
using FixedImagePointer = typename FixedImageType::Pointer
 
using FixedImageType = TFixedImage
 
using FixedMaskImageType = typename ImageMaskSpatialObjectType::ImageType
 
using ImageMetricPointer = typename ImageMetricType::Pointer
 
using MaskImageType = typename ImageMaskSpatialObjectType::ImageType
 
using MeasureType = typename ImageMetricType::MeasureType
 
using MetricPointer = typename MetricType::Pointer
 
using MovingImagePointer = typename MovingImageType::Pointer
 
using MovingImageType = TMovingImage
 
using MovingMaskImageType = typename ImageMaskSpatialObjectType::ImageType
 
using OutputTransformPointer = typename OutputTransformType::Pointer
 
using OutputTransformType = TOutputTransform
 
using Pointer = SmartPointer< Self >
 
using RealType = typename OutputTransformType::ScalarType
 
using Self = BSplineSyNImageRegistrationMethod
 
using Superclass = SyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
 
using TransformBaseType = typename CompositeTransformType::TransformType
 
using VirtualImageType = typename Superclass::VirtualImageType
 
using WeightedMaskImageType = typename BSplineFilterType::RealImageType
 
- Public Types inherited from itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
using ConstPointer = SmartPointer< const Self >
 
using DecoratedOutputTransformPointer = typename DecoratedOutputTransformType::Pointer
 
using DerivativeType = typename OutputTransformType::DerivativeType
 
using DerivativeValueType = typename DerivativeType::ValueType
 
using DisplacementFieldPointer = typename DisplacementFieldType::Pointer
 
using DisplacementFieldTransformPointer = typename DisplacementFieldTransformType::Pointer
 
using DisplacementFieldTransformType = DisplacementFieldTransform< RealType, ImageDimension >
 
using DisplacementFieldType = typename OutputTransformType::DisplacementFieldType
 
using DisplacementVectorType = typename DisplacementFieldType::PixelType
 
using FixedImagePointer = typename FixedImageType::Pointer
 
using FixedImageType = TFixedImage
 
using FixedMaskImageType = typename ImageMaskSpatialObjectType::ImageType
 
using ImageMaskSpatialObjectType = ImageMaskSpatialObject< ImageDimension >
 
using ImageMetricPointer = typename ImageMetricType::Pointer
 
using MeasureType = typename ImageMetricType::MeasureType
 
using MetricPointer = typename MetricType::Pointer
 
using MovingImagePointer = typename MovingImageType::Pointer
 
using MovingImageType = TMovingImage
 
using MovingMaskImageType = typename ImageMaskSpatialObjectType::ImageType
 
using NumberOfIterationsArrayType = Array< SizeValueType >
 
using OutputTransformPointer = typename OutputTransformType::Pointer
 
using OutputTransformType = TOutputTransform
 
using Pointer = SmartPointer< Self >
 
using PointSetPointer = typename PointSetType::Pointer
 
using RealType = typename OutputTransformType::ScalarType
 
using Self = SyNImageRegistrationMethod
 
using Superclass = ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
 
using TransformBaseType = typename CompositeTransformType::TransformType
 
using VirtualImageType = typename Superclass::VirtualImageType
 
- Public Types inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
using CompositeTransformPointer = typename CompositeTransformType::Pointer
 
using CompositeTransformType = CompositeTransform< RealType, ImageDimension >
 
using ConstPointer = SmartPointer< const Self >
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
using DecoratedInitialTransformPointer = typename DecoratedInitialTransformType::Pointer
 
using DecoratedInitialTransformType = DataObjectDecorator< InitialTransformType >
 
using DecoratedOutputTransformPointer = typename DecoratedOutputTransformType::Pointer
 
using DecoratedOutputTransformType = DataObjectDecorator< OutputTransformType >
 
using DerivativeType = typename OutputTransformType::DerivativeType
 
using DerivativeValueType = typename DerivativeType::ValueType
 
using FixedImageConstPointer = typename FixedImageType::ConstPointer
 
using FixedImageMaskConstPointer = typename FixedImageMaskType::ConstPointer
 
using FixedImageMasksContainerType = std::vector< FixedImageMaskConstPointer >
 
using FixedImageMaskType = typename ImageMetricType::FixedImageMaskType
 
using FixedImagePointer = typename FixedImageType::Pointer
 
using FixedImagesContainerType = std::vector< FixedImageConstPointer >
 
using FixedImageType = TFixedImage
 
using ImageMetricType = ImageToImageMetricv4< FixedImageType, MovingImageType, VirtualImageType, RealType >
 
using InitialTransformPointer = typename InitialTransformType::Pointer
 
using InitialTransformType = Transform< RealType, ImageDimension, ImageDimension >
 
using MetricPointer = typename MetricType::Pointer
 
using MetricSamplePointSetType = typename ImageMetricType::FixedSampledPointSetType
 
using MetricSamplingPercentageArrayType = Array< RealType >
 
using MetricSamplingStrategyEnum = ImageRegistrationMethodv4Enums::MetricSamplingStrategy
 
using MetricType = ObjectToObjectMetricBaseTemplate< RealType >
 
using MovingImageConstPointer = typename MovingImageType::ConstPointer
 
using MovingImageMaskConstPointer = typename MovingImageMaskType::ConstPointer
 
using MovingImageMasksContainerType = std::vector< MovingImageMaskConstPointer >
 
using MovingImageMaskType = typename ImageMetricType::MovingImageMaskType
 
using MovingImagePointer = typename MovingImageType::Pointer
 
using MovingImagesContainerType = std::vector< MovingImageConstPointer >
 
using MovingImageType = TMovingImage
 
using MultiMetricType = ObjectToObjectMultiMetricv4< ImageDimension, ImageDimension, VirtualImageType, RealType >
 
using OptimizerPointer = typename OptimizerType::Pointer
 
using OptimizerType = ObjectToObjectOptimizerBaseTemplate< RealType >
 
using OptimizerWeightsType = typename OptimizerType::ScalesType
 
using OutputTransformPointer = typename OutputTransformType::Pointer
 
using OutputTransformType = TOutputTransform
 
using Pointer = SmartPointer< Self >
 
using PointSetConstPointer = typename PointSetType::ConstPointer
 
using PointSetMetricType = PointSetToPointSetMetricWithIndexv4< PointSetType, PointSetType, RealType >
 
using PointSetsContainerType = std::vector< PointSetConstPointer >
 
using PointSetType = TPointSet
 
using RealType = typename OutputTransformType::ScalarType
 
using Self = ImageRegistrationMethodv4
 
using ShrinkFactorsArrayType = Array< SizeValueType >
 
using ShrinkFactorsPerDimensionContainerType = typename ShrinkFilterType::ShrinkFactorsType
 
using ShrinkFilterType = ShrinkImageFilter< FixedImageType, VirtualImageType >
 
using SmoothingSigmasArrayType = Array< RealType >
 
using Superclass = ProcessObject
 
using TransformParametersAdaptorPointer = typename TransformParametersAdaptorType::Pointer
 
using TransformParametersAdaptorsContainerType = std::vector< TransformParametersAdaptorPointer >
 
using TransformParametersAdaptorType = TransformParametersAdaptorBase< InitialTransformType >
 
using VectorType = Vector< RealType, ImageDimension >
 
using VirtualImageBaseConstPointer = typename VirtualImageBaseType::ConstPointer
 
using VirtualImageBaseType = ImageBase< ImageDimension >
 
using VirtualImagePointer = typename VirtualImageType::Pointer
 
using VirtualImageType = TVirtualImage
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- 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
 

Public Member Functions

const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
const char * GetNameOfClass () const override
 
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 SetDownsampleImagesForMetricDerivatives (bool _arg)
 
virtual bool GetDownsampleImagesForMetricDerivatives () const
 
virtual void SetAverageMidPointGradients (bool _arg)
 
virtual bool GetAverageMidPointGradients () const
 
virtual void SetGaussianSmoothingVarianceForTheUpdateField (RealType _arg)
 
virtual const RealTypeGetGaussianSmoothingVarianceForTheUpdateField () const
 
virtual void SetGaussianSmoothingVarianceForTheTotalField (RealType _arg)
 
virtual const RealTypeGetGaussianSmoothingVarianceForTheTotalField () const
 
virtual OutputTransformTypeGetModifiableFixedToMiddleTransform ()
 
virtual OutputTransformTypeGetModifiableMovingToMiddleTransform ()
 
virtual void SetFixedToMiddleTransform (OutputTransformType *_arg)
 
virtual void SetMovingToMiddleTransform (OutputTransformType *_arg)
 
- Public Member Functions inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
virtual const RealTypeGetCurrentConvergenceValue () const
 
virtual const SizeValueTypeGetCurrentIteration () const
 
virtual SizeValueType GetCurrentLevel () const
 
virtual const RealTypeGetCurrentMetricValue () const
 
virtual const bool & GetIsConverged () const
 
virtual OutputTransformTypeGetModifiableTransform ()
 
virtual const OutputTransformTypeGetTransform () const
 
virtual DecoratedOutputTransformTypeGetTransformOutput ()
 
virtual const DecoratedOutputTransformTypeGetTransformOutput () const
 
void InitializeCenterOfLinearOutputTransform ()
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType) override
 
virtual void SetFixedInitialTransformInput (const DataObjectDecorator< InitialTransformType > *_arg)
 
virtual void SetInitialTransformInput (const DataObjectDecorator< InitialTransformType > *_arg)
 
void SetMetricSamplingPercentage (const RealType)
 
virtual void SetMovingInitialTransformInput (const DataObjectDecorator< InitialTransformType > *_arg)
 
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 SetFixedPointSet (const PointSetType *pointSet)
 
virtual const PointSetTypeGetFixedPointSet () const
 
virtual void SetFixedPointSet (SizeValueType, const PointSetType *)
 
virtual const PointSetTypeGetFixedPointSet (SizeValueType) const
 
virtual void SetMovingPointSet (const PointSetType *pointSet)
 
virtual const PointSetTypeGetMovingPointSet () const
 
virtual void SetMovingPointSet (SizeValueType, const PointSetType *)
 
virtual const PointSetTypeGetMovingPointSet (SizeValueType) const
 
virtual void SetOptimizer (OptimizerType *_arg)
 
virtual OptimizerTypeGetModifiableOptimizer ()
 
void SetOptimizerWeights (OptimizerWeightsType &)
 
virtual OptimizerWeightsType GetOptimizerWeights () const
 
virtual void SetMetric (MetricType *_arg)
 
virtual MetricTypeGetModifiableMetric ()
 
virtual void SetMetricSamplingStrategy (const MetricSamplingStrategyEnum _arg)
 
virtual MetricSamplingStrategyEnum GetMetricSamplingStrategy () const
 
void MetricSamplingReinitializeSeed ()
 
void MetricSamplingReinitializeSeed (int seed)
 
virtual void SetMetricSamplingPercentagePerLevel (const MetricSamplingPercentageArrayType &samplingPercentages)
 
virtual MetricSamplingPercentageArrayType GetMetricSamplingPercentagePerLevel () const
 
void SetTransformParametersAdaptorsPerLevel (TransformParametersAdaptorsContainerType &)
 
const TransformParametersAdaptorsContainerTypeGetTransformParametersAdaptorsPerLevel () 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 DecoratedOutputTransformTypeGetOutput ()
 
virtual const DecoratedOutputTransformTypeGetOutput () const
 
virtual void SetInPlace (bool _arg)
 
virtual bool GetInPlace () const
 
virtual void InPlaceOn ()
 
virtual void InitializeCenterOfLinearOutputTransformOn ()
 
virtual void SetInitializeCenterOfLinearOutputTransform (bool _arg)
 
virtual bool GetInitializeCenterOfLinearOutputTransform () const
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () 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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

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

Protected Member Functions

virtual DisplacementFieldPointer BSplineSmoothDisplacementField (const DisplacementFieldType *, const ArrayType &, const WeightedMaskImageType *, const BSplinePointSetType *)
 
 BSplineSyNImageRegistrationMethod ()=default
 
DisplacementFieldPointer ComputeUpdateField (const FixedImagesContainerType, const PointSetsContainerType, const TransformBaseType *, const MovingImagesContainerType, const PointSetsContainerType, const TransformBaseType *, const FixedImageMasksContainerType, const MovingImageMasksContainerType, MeasureType &) override
 
void InitializeRegistrationAtEachLevel (const SizeValueType) override
 
void StartOptimization () override
 
 ~BSplineSyNImageRegistrationMethod () override=default
 
- Protected Member Functions inherited from itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
virtual DisplacementFieldPointer ComputeMetricGradientField (const FixedImagesContainerType, const PointSetsContainerType, const TransformBaseType *, const MovingImagesContainerType, const PointSetsContainerType, const TransformBaseType *, const FixedImageMasksContainerType, const MovingImageMasksContainerType, MeasureType &)
 
virtual DisplacementFieldPointer GaussianSmoothDisplacementField (const DisplacementFieldType *, const RealType)
 
void GenerateData () override
 
void InitializeRegistrationAtEachLevel (const SizeValueType) override
 
virtual DisplacementFieldPointer InvertDisplacementField (const DisplacementFieldType *, const DisplacementFieldType *=nullptr)
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual DisplacementFieldPointer ScaleUpdateField (const DisplacementFieldType *)
 
 SyNImageRegistrationMethod ()
 
 ~SyNImageRegistrationMethod () override=default
 
- Protected Member Functions inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
virtual void AllocateOutputs ()
 
virtual VirtualImageBaseConstPointer GetCurrentLevelVirtualDomainImage ()
 
 ImageRegistrationMethodv4 ()
 
virtual void SetMetricSamplePoints ()
 
 ~ImageRegistrationMethodv4 () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- 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 ()
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
bool m_AverageMidPointGradients { false }
 
RealType m_ConvergenceThreshold { static_cast<RealType>(1.0e-6) }
 
unsigned int m_ConvergenceWindowSize { 10 }
 
bool m_DownsampleImagesForMetricDerivatives { true }
 
OutputTransformPointer m_FixedToMiddleTransform { nullptr }
 
RealType m_LearningRate { 0.25 }
 
OutputTransformPointer m_MovingToMiddleTransform { nullptr }
 
NumberOfIterationsArrayType m_NumberOfIterationsPerLevel {}
 
- Protected Attributes inherited from itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >
CompositeTransformPointer m_CompositeTransform {}
 
RealType m_CurrentConvergenceValue {}
 
SizeValueType m_CurrentIteration {}
 
SizeValueType m_CurrentLevel {}
 
RealType m_CurrentMetricValue {}
 
int m_CurrentRandomSeed {}
 
int m_FirstImageMetricIndex {}
 
FixedImageMasksContainerType m_FixedImageMasks {}
 
PointSetsContainerType m_FixedPointSets {}
 
FixedImagesContainerType m_FixedSmoothImages {}
 
bool m_IsConverged {}
 
MetricPointer m_Metric {}
 
MetricSamplingPercentageArrayType m_MetricSamplingPercentagePerLevel {}
 
MetricSamplingStrategyEnum m_MetricSamplingStrategy {}
 
MovingImageMasksContainerType m_MovingImageMasks {}
 
PointSetsContainerType m_MovingPointSets {}
 
MovingImagesContainerType m_MovingSmoothImages {}
 
SizeValueType m_NumberOfFixedObjects {}
 
SizeValueType m_NumberOfLevels { 0 }
 
SizeValueType m_NumberOfMetrics {}
 
SizeValueType m_NumberOfMovingObjects {}
 
OptimizerPointer m_Optimizer {}
 
OptimizerWeightsType m_OptimizerWeights {}
 
bool m_OptimizerWeightsAreIdentity {}
 
OutputTransformPointer m_OutputTransform {}
 
int m_RandomSeed {}
 
bool m_ReseedIterator {}
 
std::vector< ShrinkFactorsPerDimensionContainerTypem_ShrinkFactorsPerLevel {}
 
bool m_SmoothingSigmasAreSpecifiedInPhysicalUnits {}
 
SmoothingSigmasArrayType m_SmoothingSigmasPerLevel {}
 
TransformParametersAdaptorsContainerType m_TransformParametersAdaptorsPerLevel {}
 
VirtualImagePointer m_VirtualDomainImage {}
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ArrayType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::ArrayType = typename BSplineFilterType::ArrayType

Definition at line 119 of file itkBSplineSyNImageRegistrationMethod.h.

◆ BSplineFilterType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::BSplineFilterType = DisplacementFieldToBSplineImageFilter<DisplacementFieldType>

Definition at line 118 of file itkBSplineSyNImageRegistrationMethod.h.

◆ BSplinePointSetType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::BSplinePointSetType = typename BSplineFilterType::InputPointSetType

Definition at line 121 of file itkBSplineSyNImageRegistrationMethod.h.

◆ ConstPointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::ConstPointer = SmartPointer<const Self>

Definition at line 61 of file itkBSplineSyNImageRegistrationMethod.h.

◆ DecoratedOutputTransformPointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::DecoratedOutputTransformPointer = typename DecoratedOutputTransformType::Pointer

Definition at line 129 of file itkBSplineSyNImageRegistrationMethod.h.

◆ DerivativeType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::DerivativeType = typename OutputTransformType::DerivativeType

Definition at line 112 of file itkBSplineSyNImageRegistrationMethod.h.

◆ DerivativeValueType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::DerivativeValueType = typename DerivativeType::ValueType

Definition at line 113 of file itkBSplineSyNImageRegistrationMethod.h.

◆ DisplacementFieldPointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::DisplacementFieldPointer = typename DisplacementFieldType::Pointer

Definition at line 115 of file itkBSplineSyNImageRegistrationMethod.h.

◆ DisplacementFieldType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::DisplacementFieldType = typename OutputTransformType::DisplacementFieldType

Definition at line 114 of file itkBSplineSyNImageRegistrationMethod.h.

◆ DisplacementVectorType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::DisplacementVectorType = typename DisplacementFieldType::PixelType

Definition at line 116 of file itkBSplineSyNImageRegistrationMethod.h.

◆ FixedImagePointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::FixedImagePointer = typename FixedImageType::Pointer

Definition at line 74 of file itkBSplineSyNImageRegistrationMethod.h.

◆ FixedImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::FixedImageType = TFixedImage

Input type alias for the images.

Definition at line 73 of file itkBSplineSyNImageRegistrationMethod.h.

◆ FixedMaskImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::FixedMaskImageType = typename ImageMaskSpatialObjectType::ImageType

Definition at line 91 of file itkBSplineSyNImageRegistrationMethod.h.

◆ ImageMetricPointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::ImageMetricPointer = typename ImageMetricType::Pointer

Definition at line 85 of file itkBSplineSyNImageRegistrationMethod.h.

◆ MaskImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::MaskImageType = typename ImageMaskSpatialObjectType::ImageType

Definition at line 89 of file itkBSplineSyNImageRegistrationMethod.h.

◆ MeasureType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::MeasureType = typename ImageMetricType::MeasureType

Definition at line 86 of file itkBSplineSyNImageRegistrationMethod.h.

◆ MetricPointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::MetricPointer = typename MetricType::Pointer

Definition at line 103 of file itkBSplineSyNImageRegistrationMethod.h.

◆ MovingImagePointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::MovingImagePointer = typename MovingImageType::Pointer

Definition at line 77 of file itkBSplineSyNImageRegistrationMethod.h.

◆ MovingImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::MovingImageType = TMovingImage

Definition at line 76 of file itkBSplineSyNImageRegistrationMethod.h.

◆ MovingMaskImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::MovingMaskImageType = typename ImageMaskSpatialObjectType::ImageType

Definition at line 94 of file itkBSplineSyNImageRegistrationMethod.h.

◆ OutputTransformPointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::OutputTransformPointer = typename OutputTransformType::Pointer

Definition at line 110 of file itkBSplineSyNImageRegistrationMethod.h.

◆ OutputTransformType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::OutputTransformType = TOutputTransform

Definition at line 109 of file itkBSplineSyNImageRegistrationMethod.h.

◆ Pointer

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::Pointer = SmartPointer<Self>

Definition at line 60 of file itkBSplineSyNImageRegistrationMethod.h.

◆ RealType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::RealType = typename OutputTransformType::ScalarType

Definition at line 111 of file itkBSplineSyNImageRegistrationMethod.h.

◆ Self

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::Self = BSplineSyNImageRegistrationMethod

Standard class type aliases.

Definition at line 58 of file itkBSplineSyNImageRegistrationMethod.h.

◆ Superclass

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::Superclass = SyNImageRegistrationMethod<TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet>

Definition at line 59 of file itkBSplineSyNImageRegistrationMethod.h.

◆ TransformBaseType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::TransformBaseType = typename CompositeTransformType::TransformType

Definition at line 126 of file itkBSplineSyNImageRegistrationMethod.h.

◆ VirtualImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::VirtualImageType = typename Superclass::VirtualImageType

Definition at line 97 of file itkBSplineSyNImageRegistrationMethod.h.

◆ WeightedMaskImageType

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
using itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::WeightedMaskImageType = typename BSplineFilterType::RealImageType

Definition at line 120 of file itkBSplineSyNImageRegistrationMethod.h.

Constructor & Destructor Documentation

◆ BSplineSyNImageRegistrationMethod()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::BSplineSyNImageRegistrationMethod ( )
protecteddefault

◆ ~BSplineSyNImageRegistrationMethod()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::~BSplineSyNImageRegistrationMethod ( )
overrideprotecteddefault

Member Function Documentation

◆ BSplineSmoothDisplacementField()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
virtual DisplacementFieldPointer itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::BSplineSmoothDisplacementField ( const DisplacementFieldType ,
const ArrayType ,
const WeightedMaskImageType ,
const BSplinePointSetType  
)
protectedvirtual

◆ ComputeUpdateField()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
DisplacementFieldPointer itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::ComputeUpdateField ( const  FixedImagesContainerType,
const  PointSetsContainerType,
const TransformBaseType ,
const  MovingImagesContainerType,
const  PointSetsContainerType,
const TransformBaseType ,
const  FixedImageMasksContainerType,
const  MovingImageMasksContainerType,
MeasureType  
)
overrideprotectedvirtual

◆ GetNameOfClass()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
const char* itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::GetNameOfClass ( ) const
overridevirtual

◆ InitializeRegistrationAtEachLevel()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
void itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::InitializeRegistrationAtEachLevel ( const  SizeValueType)
overrideprotectedvirtual

Initialize by setting the interconnects between the components.

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

◆ New()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
static Pointer itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::New ( )
static

Method for creation through the object factory.

◆ StartOptimization()

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
void itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::StartOptimization ( )
overrideprotectedvirtual

Member Data Documentation

◆ ImageDimension

template<typename TFixedImage , typename TMovingImage , typename TOutputTransform = BSplineSmoothingOnUpdateDisplacementFieldTransform<double, TFixedImage::ImageDimension>, typename TVirtualImage = TFixedImage, typename TPointSet = PointSet<unsigned int, TFixedImage::ImageDimension>>
constexpr unsigned int itk::BSplineSyNImageRegistrationMethod< TFixedImage, TMovingImage, TOutputTransform, TVirtualImage, TPointSet >::ImageDimension = TFixedImage::ImageDimension
staticconstexpr

ImageDimension constants

Definition at line 67 of file itkBSplineSyNImageRegistrationMethod.h.


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