ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage > Class Template Reference

#include <itkDisplacementFieldToBSplineImageFilter.h>

Detailed Description

template<typename TInputImage, typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
class itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >

Class which takes a dense displacement field image and/or a set of points with associated displacements and smooths them using B-splines. The inverse can also be estimated.

Author
Nick Tustison

Definition at line 44 of file itkDisplacementFieldToBSplineImageFilter.h.

+ Inheritance diagram for itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >:
+ Collaboration diagram for itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >:

Public Types

using ArrayType = typename BSplineFilterType::ArrayType
 
using BSplineFilterType = BSplineScatteredDataPointSetToImageFilter< InputPointSetType, OutputFieldType >
 
using ConstPointer = SmartPointer< const Self >
 
using DirectionType = typename OutputFieldType::DirectionType
 
using DisplacementFieldControlPointLatticeType = typename BSplineFilterType::PointDataImageType
 
using DisplacementFieldType = InputFieldType
 
using IndexType = typename OutputFieldType::IndexType
 
using InputFieldPointType = typename InputFieldType::PointType
 
using InputFieldType = TInputImage
 
using InputPointSetType = TInputPointSet
 
using InverseDisplacementFieldType = OutputFieldType
 
using OriginType = typename OutputFieldType::PointType
 
using OutputFieldType = TOutputImage
 
using PixelType = typename OutputFieldType::PixelType
 
using PointDataContainerType = typename InputPointSetType::PointDataContainer
 
using PointDataType = typename InputPointSetType::PixelType
 
using Pointer = SmartPointer< Self >
 
using PointsContainerType = typename InputPointSetType::PointsContainer
 
using PointType = typename InputPointSetType::PointType
 
using RealImageType = Image< RealType, ImageDimension >
 
using RealType = typename VectorType::RealValueType
 
using RegionType = typename OutputFieldType::RegionType
 
using Self = DisplacementFieldToBSplineImageFilter
 
using SizeType = typename OutputFieldType::SizeType
 
using SpacingType = typename OutputFieldType::SpacingType
 
using Superclass = ImageToImageFilter< TInputImage, TOutputImage >
 
using VectorType = typename OutputFieldType::PixelType
 
using WeightsContainerType = typename BSplineFilterType::WeightsContainerType
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
using ConstPointer = SmartPointer< const Self >
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TInputImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToImageFilter
 
using Superclass = ImageSource< TOutputImage >
 
- Public Types inherited from itk::ImageSource< TOutputImage >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TOutputImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageSource
 
using Superclass = ProcessObject
 
- 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

virtual DirectionType GetBSplineDomainDirection () const
 
virtual OriginType GetBSplineDomainOrigin () const
 
virtual SizeType GetBSplineDomainSize () const
 
virtual SpacingType GetBSplineDomainSpacing () const
 
const RealImageTypeGetConfidenceImage () const
 
const InputFieldTypeGetDisplacementField () const
 
const DisplacementFieldControlPointLatticeTypeGetDisplacementFieldControlPointLattice () const
 
const char * GetNameOfClass () const override
 
virtual ArrayType GetNumberOfControlPoints () const
 
virtual ArrayType GetNumberOfFittingLevels () const
 
const InputPointSetTypeGetPointSet () const
 
virtual unsigned int GetSplineOrder () const
 
virtual bool GetUseInputFieldToDefineTheBSplineDomain () const
 
void SetBSplineDomain (OriginType, SpacingType, SizeType, DirectionType)
 
void SetBSplineDomainFromImage (const InputFieldType *field)
 
void SetBSplineDomainFromImage (const RealImageType *image)
 
void SetBSplineDomainFromImage (InputFieldType *)
 
void SetBSplineDomainFromImage (RealImageType *)
 
void SetDisplacementField (const InputFieldType *field)
 
virtual void SetNumberOfControlPoints (ArrayType _arg)
 
virtual void SetNumberOfFittingLevels (ArrayType _arg)
 
void SetNumberOfFittingLevels (unsigned int n)
 
void SetPointSetConfidenceWeights (WeightsContainerType *weights)
 
virtual void SetSplineOrder (unsigned int _arg)
 
virtual void SetUseInputFieldToDefineTheBSplineDomain (bool _arg)
 
virtual void UseInputFieldToDefineTheBSplineDomainOn ()
 
void SetConfidenceImage (const RealImageType *image)
 
void SetInput1 (const RealImageType *image)
 
void SetPointSet (const InputPointSetType *points)
 
void SetInput2 (const InputPointSetType *points)
 
virtual void EstimateInverseOn ()
 
virtual void SetEstimateInverse (bool _arg)
 
virtual bool GetEstimateInverse () const
 
virtual void EnforceStationaryBoundaryOn ()
 
virtual void SetEnforceStationaryBoundary (bool _arg)
 
virtual bool GetEnforceStationaryBoundary () const
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *input)
 
virtual void PushFrontInput (const InputImageType *input)
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetInput (const InputImageType *input)
 
virtual void SetInput (unsigned int, const TInputImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
ProcessObject::DataObjectPointer MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- 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 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::ImageToImageFilter< TInputImage, TOutputImage >
static double GetGlobalDefaultCoordinateTolerance ()
 
static double GetGlobalDefaultDirectionTolerance ()
 
static void SetGlobalDefaultCoordinateTolerance (double)
 
static void SetGlobalDefaultDirectionTolerance (double)
 
- 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 = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension
 
static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Member Functions

 DisplacementFieldToBSplineImageFilter ()
 
void GenerateData () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~DisplacementFieldToBSplineImageFilter () override=default
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
void VerifyInputInformation () ITKv5_CONST override
 
 ~ImageToImageFilter () override=default
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
 ~ImageSource () override=default
 
virtual void ThreadedGenerateData (const OutputImageRegionType &region, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
- 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 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
 
 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 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 ()
 

Private Attributes

DirectionType m_BSplineDomainDirection {}
 
bool m_BSplineDomainIsDefined { true }
 
OriginType m_BSplineDomainOrigin {}
 
SizeType m_BSplineDomainSize {}
 
SpacingType m_BSplineDomainSpacing {}
 
bool m_EnforceStationaryBoundary { true }
 
bool m_EstimateInverse { false }
 
ArrayType m_NumberOfControlPoints {}
 
ArrayType m_NumberOfFittingLevels {}
 
WeightsContainerType::Pointer m_PointWeights {}
 
unsigned int m_SplineOrder { 3 }
 
bool m_UseInputFieldToDefineTheBSplineDomain { false }
 
bool m_UsePointWeights { false }
 

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
using InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension >
 
using OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension >
 
- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const ImageRegionSplitterBaseGetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- 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::ImageSource< TOutputImage >
bool m_DynamicMultiThreading {}
 
- 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 TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::ArrayType = typename BSplineFilterType::ArrayType

Definition at line 95 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ BSplineFilterType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::BSplineFilterType = BSplineScatteredDataPointSetToImageFilter<InputPointSetType, OutputFieldType>

B-sline filter type alias

Definition at line 92 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ ConstPointer

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::ConstPointer = SmartPointer<const Self>

Definition at line 52 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ DirectionType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::DirectionType = typename OutputFieldType::DirectionType

Definition at line 80 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ DisplacementFieldControlPointLatticeType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::DisplacementFieldControlPointLatticeType = typename BSplineFilterType::PointDataImageType

Definition at line 94 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ DisplacementFieldType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::DisplacementFieldType = InputFieldType

Definition at line 67 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ IndexType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::IndexType = typename OutputFieldType::IndexType

Definition at line 75 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ InputFieldPointType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::InputFieldPointType = typename InputFieldType::PointType

Definition at line 69 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ InputFieldType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::InputFieldType = TInputImage

Definition at line 63 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ InputPointSetType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::InputPointSetType = TInputPointSet

Definition at line 64 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ InverseDisplacementFieldType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::InverseDisplacementFieldType = OutputFieldType

Definition at line 68 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ OriginType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::OriginType = typename OutputFieldType::PointType

Definition at line 78 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ OutputFieldType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::OutputFieldType = TOutputImage

Definition at line 65 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ PixelType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::PixelType = typename OutputFieldType::PixelType

Image type alias support

Definition at line 72 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ PointDataContainerType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::PointDataContainerType = typename InputPointSetType::PointDataContainer

Definition at line 89 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ PointDataType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::PointDataType = typename InputPointSetType::PixelType

Definition at line 87 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ Pointer

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::Pointer = SmartPointer<Self>

Definition at line 51 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ PointsContainerType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::PointsContainerType = typename InputPointSetType::PointsContainer

Definition at line 88 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ PointType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::PointType = typename InputPointSetType::PointType

Point set type alias support

Definition at line 86 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ RealImageType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::RealImageType = Image<RealType, ImageDimension>

Definition at line 83 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ RealType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::RealType = typename VectorType::RealValueType

Definition at line 82 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ RegionType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::RegionType = typename OutputFieldType::RegionType

Definition at line 74 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ Self

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::Self = DisplacementFieldToBSplineImageFilter

Definition at line 49 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SizeType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SizeType = typename OutputFieldType::SizeType

Definition at line 79 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SpacingType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SpacingType = typename OutputFieldType::SpacingType

Definition at line 77 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ Superclass

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage>

Definition at line 50 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ VectorType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::VectorType = typename OutputFieldType::PixelType

Definition at line 73 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ WeightsContainerType

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
using itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::WeightsContainerType = typename BSplineFilterType::WeightsContainerType

Definition at line 93 of file itkDisplacementFieldToBSplineImageFilter.h.

Constructor & Destructor Documentation

◆ DisplacementFieldToBSplineImageFilter()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::DisplacementFieldToBSplineImageFilter ( )
protected

Constructor

◆ ~DisplacementFieldToBSplineImageFilter()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::~DisplacementFieldToBSplineImageFilter ( )
overrideprotecteddefault

Deconstructor

Member Function Documentation

◆ EnforceStationaryBoundaryOn()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::EnforceStationaryBoundaryOn ( )
virtual

Enforce stationary boundary conditions. Default = false.

◆ EstimateInverseOn()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::EstimateInverseOn ( )
virtual

Estimate the inverse field instead of the forward field. Default = false.

◆ GenerateData()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GenerateData ( )
overrideprotectedvirtual

preprocessing function

Reimplemented from itk::ImageSource< TOutputImage >.

◆ GetBSplineDomainDirection()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual DirectionType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainDirection ( ) const
virtual

◆ GetBSplineDomainOrigin()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual OriginType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainOrigin ( ) const
virtual

◆ GetBSplineDomainSize()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual SizeType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainSize ( ) const
virtual

◆ GetBSplineDomainSpacing()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual SpacingType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainSpacing ( ) const
virtual

◆ GetConfidenceImage()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
const RealImageType* itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetConfidenceImage ( ) const
inline

Get confidence image function.

Definition at line 130 of file itkDisplacementFieldToBSplineImageFilter.h.

References itk::ProcessObject::GetInput().

◆ GetDisplacementField()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
const InputFieldType* itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetDisplacementField ( ) const
inline

Get the input displacement field.

Definition at line 106 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ GetDisplacementFieldControlPointLattice()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
const DisplacementFieldControlPointLatticeType* itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetDisplacementFieldControlPointLattice ( ) const
inline

Get the displacement field control point lattice.

Definition at line 161 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ GetEnforceStationaryBoundary()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetEnforceStationaryBoundary ( ) const
virtual

Enforce stationary boundary conditions. Default = false.

◆ GetEstimateInverse()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetEstimateInverse ( ) const
virtual

Estimate the inverse field instead of the forward field. Default = false.

◆ GetNameOfClass()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
const char* itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetNameOfClass ( ) const
overridevirtual

◆ GetNumberOfControlPoints()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual ArrayType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetNumberOfControlPoints ( ) const
virtual

Get the control point grid size defining the B-spline estimate of the scalar bias field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.

◆ GetNumberOfFittingLevels()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual ArrayType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetNumberOfFittingLevels ( ) const
virtual

Get the number of fitting levels. One of the contributions of N4 is the introduction of a multi-scale approach to fitting. This allows one to specify a B-spline mesh size for initial fitting followed by a doubling of the mesh resolution for each subsequent fitting level. Default = 1 level.

◆ GetPointSet()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
const InputPointSetType* itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetPointSet ( ) const
inline

Get the input point set.

Definition at line 150 of file itkDisplacementFieldToBSplineImageFilter.h.

References itk::ProcessObject::GetInput().

◆ GetSplineOrder()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual unsigned int itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetSplineOrder ( ) const
virtual

Get the spline order defining the bias field estimate. Default = 3.

◆ GetUseInputFieldToDefineTheBSplineDomain()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetUseInputFieldToDefineTheBSplineDomain ( ) const
virtual

◆ New()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
static Pointer itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Standard print self function

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

◆ SetBSplineDomain()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetBSplineDomain ( OriginType  ,
SpacingType  ,
SizeType  ,
DirectionType   
)

Define the b-spline domain explicitly.

◆ SetBSplineDomainFromImage() [1/4]

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetBSplineDomainFromImage ( const InputFieldType field)
inline

Define the b-spline domain from a displacement field

Definition at line 183 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetBSplineDomainFromImage() [2/4]

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetBSplineDomainFromImage ( const RealImageType image)
inline

Define the b-spline domain from an image

Definition at line 172 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetBSplineDomainFromImage() [3/4]

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetBSplineDomainFromImage ( InputFieldType )

Define the b-spline domain from a displacement field

◆ SetBSplineDomainFromImage() [4/4]

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetBSplineDomainFromImage ( RealImageType )

Define the b-spline domain from an image

◆ SetConfidenceImage()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetConfidenceImage ( const RealImageType image)
inline

Set confidence image function. If a confidence image is specified, estimation of the displacement field weights the contribution of each voxel according the value of the corresponding voxel in the confidence image.

Definition at line 117 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetDisplacementField()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetDisplacementField ( const InputFieldType field)
inline

Set the displacement field

Definition at line 99 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetEnforceStationaryBoundary()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetEnforceStationaryBoundary ( bool  _arg)
virtual

Enforce stationary boundary conditions. Default = false.

◆ SetEstimateInverse()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetEstimateInverse ( bool  _arg)
virtual

Estimate the inverse field instead of the forward field. Default = false.

◆ SetInput1()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetInput1 ( const RealImageType image)
inline

Set confidence image function. If a confidence image is specified, estimation of the displacement field weights the contribution of each voxel according the value of the corresponding voxel in the confidence image.

Definition at line 122 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetInput2()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetInput2 ( const InputPointSetType points)
inline

Set the input point set

Definition at line 142 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetNumberOfControlPoints()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetNumberOfControlPoints ( ArrayType  _arg)
virtual

Set the control point grid size defining the B-spline estimate of the scalar bias field. In each dimension, the B-spline mesh size is equal to the number of control points in that dimension minus the spline order. Default = 4 control points in each dimension for a mesh size of 1 in each dimension.

◆ SetNumberOfFittingLevels() [1/2]

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetNumberOfFittingLevels ( ArrayType  _arg)
virtual

Set the number of fitting levels. One of the contributions of N4 is the introduction of a multi-scale approach to fitting. This allows one to specify a B-spline mesh size for initial fitting followed by a doubling of the mesh resolution for each subsequent fitting level. Default = 1 level.

◆ SetNumberOfFittingLevels() [2/2]

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetNumberOfFittingLevels ( unsigned int  n)
inline

Set the number of fitting levels. One of the contributions of N4 is the introduction of a multi-scale approach to fitting. This allows one to specify a B-spline mesh size for initial fitting followed by a doubling of the mesh resolution for each subsequent fitting level. Default = 1 level.

Definition at line 251 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetPointSet()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetPointSet ( const InputPointSetType points)
inline

Set the input point set

Definition at line 137 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ SetPointSetConfidenceWeights()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetPointSetConfidenceWeights ( WeightsContainerType weights)

Set the confidence weights associated with the input point set

◆ SetSplineOrder()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetSplineOrder ( unsigned int  _arg)
virtual

Set the spline order defining the bias field estimate. Default = 3.

◆ SetUseInputFieldToDefineTheBSplineDomain()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetUseInputFieldToDefineTheBSplineDomain ( bool  _arg)
virtual

◆ UseInputFieldToDefineTheBSplineDomainOn()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::UseInputFieldToDefineTheBSplineDomainOn ( )
virtual

Member Data Documentation

◆ ImageDimension

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
constexpr unsigned int itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::ImageDimension = TInputImage::ImageDimension
staticconstexpr

Extract dimension from input image.

Definition at line 61 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_BSplineDomainDirection

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
DirectionType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_BSplineDomainDirection {}
private

Definition at line 311 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_BSplineDomainIsDefined

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_BSplineDomainIsDefined { true }
private

Definition at line 313 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_BSplineDomainOrigin

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
OriginType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_BSplineDomainOrigin {}
private

Definition at line 308 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_BSplineDomainSize

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
SizeType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_BSplineDomainSize {}
private

Definition at line 310 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_BSplineDomainSpacing

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
SpacingType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_BSplineDomainSpacing {}
private

Definition at line 309 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_EnforceStationaryBoundary

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_EnforceStationaryBoundary { true }
private

Definition at line 300 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_EstimateInverse

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_EstimateInverse { false }
private

Definition at line 299 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_NumberOfControlPoints

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
ArrayType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_NumberOfControlPoints {}
private

Definition at line 302 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_NumberOfFittingLevels

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
ArrayType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_NumberOfFittingLevels {}
private

Definition at line 303 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_PointWeights

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
WeightsContainerType::Pointer itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_PointWeights {}
private

Definition at line 305 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_SplineOrder

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
unsigned int itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_SplineOrder { 3 }
private

Definition at line 301 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_UseInputFieldToDefineTheBSplineDomain

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_UseInputFieldToDefineTheBSplineDomain { false }
private

Definition at line 314 of file itkDisplacementFieldToBSplineImageFilter.h.

◆ m_UsePointWeights

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::m_UsePointWeights { false }
private

Definition at line 306 of file itkDisplacementFieldToBSplineImageFilter.h.


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