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

#include <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 OutputImagePixelType = typename Superclass::OutputImagePixelType
 
using OutputImageRegionType = typename Superclass::OutputImageRegionType
 
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 ::itk::LightObject::Pointer CreateAnother () const
 
const InputFieldTypeGetDisplacementField () const
 
void SetDisplacementField (const InputFieldType *field)
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual const char * GetNameOfClass () 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 ()
 
const OutputImageTypeGetOutput () const
 
OutputImageTypeGetOutput (unsigned int idx)
 
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 AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
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 PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
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 ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- 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
 
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 void SetGlobalDefaultDirectionTolerance (double)
 
static double GetGlobalDefaultDirectionTolerance ()
 
static void SetGlobalDefaultCoordinateTolerance (double)
 
static double GetGlobalDefaultCoordinateTolerance ()
 
- 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
 
bool m_EstimateInverse { false }
 
bool m_EnforceStationaryBoundary { true }
 
unsigned int m_SplineOrder { 3 }
 
ArrayType m_NumberOfControlPoints
 
ArrayType m_NumberOfFittingLevels
 
WeightsContainerType::Pointer m_PointWeights
 
bool m_UsePointWeights { false }
 
OriginType m_BSplineDomainOrigin
 
SpacingType m_BSplineDomainSpacing
 
SizeType m_BSplineDomainSize
 
DirectionType m_BSplineDomainDirection
 
bool m_BSplineDomainIsDefined { true }
 
bool m_UseInputFieldToDefineTheBSplineDomain { false }
 
void SetConfidenceImage (const RealImageType *image)
 
void SetInput1 (const RealImageType *image)
 
const RealImageTypeGetConfidenceImage () const
 
void SetPointSet (const InputPointSetType *points)
 
void SetInput2 (const InputPointSetType *points)
 
const InputPointSetTypeGetPointSet () const
 
void SetPointSetConfidenceWeights (WeightsContainerType *weights)
 
const DisplacementFieldControlPointLatticeTypeGetDisplacementFieldControlPointLattice () const
 
void SetBSplineDomainFromImage (RealImageType *)
 
void SetBSplineDomainFromImage (const RealImageType *image)
 
void SetBSplineDomainFromImage (InputFieldType *)
 
void SetBSplineDomainFromImage (const InputFieldType *field)
 
void SetBSplineDomain (OriginType, SpacingType, SizeType, DirectionType)
 
virtual OriginType GetBSplineDomainOrigin () const
 
virtual SpacingType GetBSplineDomainSpacing () const
 
virtual SizeType GetBSplineDomainSize () const
 
virtual DirectionType GetBSplineDomainDirection () const
 
virtual void SetUseInputFieldToDefineTheBSplineDomain (bool _arg)
 
virtual bool GetUseInputFieldToDefineTheBSplineDomain () const
 
virtual void UseInputFieldToDefineTheBSplineDomainOn ()
 
virtual void UseInputFieldToDefineTheBSplineDomainOff ()
 
virtual void SetSplineOrder (unsigned int _arg)
 
virtual unsigned int GetSplineOrder () const
 
virtual void SetNumberOfControlPoints (ArrayType _arg)
 
virtual ArrayType GetNumberOfControlPoints () const
 
virtual void SetNumberOfFittingLevels (ArrayType _arg)
 
void SetNumberOfFittingLevels (unsigned int n)
 
virtual ArrayType GetNumberOfFittingLevels () const
 
virtual void EstimateInverseOn ()
 
virtual void EstimateInverseOff ()
 
virtual void SetEstimateInverse (bool _arg)
 
virtual bool GetEstimateInverse () const
 
virtual void EnforceStationaryBoundaryOn ()
 
virtual void EnforceStationaryBoundaryOff ()
 
virtual void SetEnforceStationaryBoundary (bool _arg)
 
virtual bool GetEnforceStationaryBoundary () const
 
 DisplacementFieldToBSplineImageFilter ()
 
 ~DisplacementFieldToBSplineImageFilter () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void GenerateData () override
 

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 >
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
 ImageToImageFilter ()
 
 ~ImageToImageFilter () override=default
 
void VerifyInputInformation () ITKv5_CONST override
 
void GenerateInputRequestedRegion () override
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
 ImageSource ()
 
 ~ImageSource () override=default
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &region, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual void AfterThreadedGenerateData ()
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
virtual void DynamicMultiThreadingOff ()
 
- Protected Member Functions inherited from itk::ProcessObject
 ProcessObject ()
 
 ~ProcessObject () override
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void AddInput (DataObject *input)
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
virtual void SetPrimaryInput (DataObject *object)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
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
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual void SetPrimaryOutput (DataObject *object)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
virtual void AddOutput (DataObject *output)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
virtual void VerifyPreconditions () ITKv5_CONST
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual void GenerateOutputInformation ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void ThreaderUpdateProgressOff ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- 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 ()
 
- 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
bool m_Updating
 
TimeStamp m_OutputInformationMTime
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

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.

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 92 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 89 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 77 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 91 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 64 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 72 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 66 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 60 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 61 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 65 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 75 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 62 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 69 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 86 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 84 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 85 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 83 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 80 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 79 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 71 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 76 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 74 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 70 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 90 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

◆ CreateAnother()

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual::itk::LightObject::Pointer itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

◆ EnforceStationaryBoundaryOff()

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

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.

◆ 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.

◆ EstimateInverseOff()

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

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.

◆ 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

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.

◆ 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

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.

◆ 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

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.

◆ 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

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.

◆ 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 127 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 103 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 158 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

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.

◆ 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

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.

◆ 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 147 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

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.

◆ 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 180 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 169 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 114 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 96 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

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.

◆ 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

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.

◆ 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 119 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 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 139 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 248 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 134 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

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.

◆ UseInputFieldToDefineTheBSplineDomainOff()

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

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.

◆ UseInputFieldToDefineTheBSplineDomainOn()

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

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.

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 58 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

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 308 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

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 310 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

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 305 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

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 307 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

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 306 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

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 297 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

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 296 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

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 299 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

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 300 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

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 302 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

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 298 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

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 311 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

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 303 of file itkDisplacementFieldToBSplineImageFilter.h.


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