ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::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 >:

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.

Public Types

typedef
BSplineFilterType::ArrayType 
ArrayType
 
typedef
BSplineScatteredDataPointSetToImageFilter
< InputPointSetType,
OutputFieldType
BSplineFilterType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
OutputFieldType::DirectionType 
DirectionType
 
typedef
BSplineFilterType::PointDataImageType 
DisplacementFieldControlPointLatticeType
 
typedef InputFieldType DisplacementFieldType
 
typedef OutputFieldType::IndexType IndexType
 
typedef InputFieldType::PointType InputFieldPointType
 
typedef TInputImage InputFieldType
 
typedef TInputPointSet InputPointSetType
 
typedef OutputFieldType InverseDisplacementFieldType
 
typedef OutputFieldType::PointType OriginType
 
typedef TOutputImage OutputFieldType
 
typedef OutputFieldType::PixelType PixelType
 
typedef
InputPointSetType::PointDataContainer 
PointDataContainerType
 
typedef
InputPointSetType::PixelType 
PointDataType
 
typedef SmartPointer< SelfPointer
 
typedef
InputPointSetType::PointsContainer 
PointsContainerType
 
typedef
InputPointSetType::PointType 
PointType
 
typedef Image< RealType,
ImageDimension
RealImageType
 
typedef VectorType::RealValueType RealType
 
typedef OutputFieldType::RegionType RegionType
 
typedef
DisplacementFieldToBSplineImageFilter 
Self
 
typedef OutputFieldType::SizeType SizeType
 
typedef
OutputFieldType::SpacingType 
SpacingType
 
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass
 
typedef OutputFieldType::PixelType VectorType
 
typedef
BSplineFilterType::WeightsContainerType 
WeightsContainerType
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef SmartPointer< SelfPointer
 
typedef ImageToImageFilter Self
 
typedef ImageSource< TOutputImage > Superclass
 
- Public Types inherited from itk::ImageSource< TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef ImageSource Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual DirectionType GetBSplineDomainDirection () const
 
virtual OriginType GetBSplineDomainOrigin () const
 
virtual SizeType GetBSplineDomainSize () const
 
virtual SpacingType GetBSplineDomainSpacing () const
 
const RealImageTypeGetConfidenceImage () const
 
const InputFieldTypeGetDisplacementField () const
 
const
DisplacementFieldControlPointLatticeType
GetDisplacementFieldControlPointLattice () const
 
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 (RealImageType *)
 
void SetBSplineDomainFromImage (const RealImageType *image)
 
void SetBSplineDomainFromImage (InputFieldType *)
 
void SetBSplineDomainFromImage (const InputFieldType *field)
 
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 UseInputFieldToDefineTheBSplineDomainOff ()
 
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 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
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual const char * GetNameOfClass () const
 
virtual void PopBackInput () override
 
virtual void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
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)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
virtual
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 ()
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual void PrepareOutputs ()
 
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)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
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 SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
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
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Member Functions

 DisplacementFieldToBSplineImageFilter ()
 
void GenerateData () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual ~DisplacementFieldToBSplineImageFilter ()
 
- 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)
 
virtual void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation () override
 
 ~ImageToImageFilter ()
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual ~ImageSource ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
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
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

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

Private Attributes

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

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 
- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

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

Definition at line 92 of file itkDisplacementFieldToBSplineImageFilter.h.

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

B-sline filter typedefs

Definition at line 89 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 51 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 76 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 91 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 63 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 71 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 65 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 59 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 60 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 64 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 74 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 61 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Image typedef support.

Definition at line 68 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 85 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 83 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 50 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 84 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Point set typedef support.

Definition at line 82 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 79 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 78 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 70 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 48 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 75 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 73 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 49 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 69 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 90 of file itkDisplacementFieldToBSplineImageFilter.h.

Constructor & Destructor Documentation

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

Constructor

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

Deconstructor

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

Member Function Documentation

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.

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

Enforce stationary boundary conditions. Default = false.

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.

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

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

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.

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

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual DirectionType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainDirection ( ) const
virtual
template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual OriginType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainOrigin ( ) const
virtual
template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual SizeType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainSize ( ) const
virtual
template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual SpacingType itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetBSplineDomainSpacing ( ) const
virtual
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 119 of file itkDisplacementFieldToBSplineImageFilter.h.

References itk::ProcessObject::GetInput().

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

References itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput().

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

References itk::ImageSource< TOutputImage >::GetOutput().

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.

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.

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

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.

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

References itk::ProcessObject::GetInput().

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.

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual bool itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::GetUseInputFieldToDefineTheBSplineDomain ( ) const
virtual
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.

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::operator= ( const Self )
private
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 >.

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.

template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetBSplineDomainFromImage ( RealImageType )
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
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

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

References itk::ProcessObject::SetNthInput().

Referenced by itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetInput1().

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

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.

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

References itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetConfidenceImage().

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

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.

Referenced by itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetNumberOfFittingLevels().

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

References itk::FixedArray< TValue, VLength >::Fill(), and itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::SetNumberOfFittingLevels().

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

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.

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
template<typename TInputImage , typename TInputPointSet = PointSet<typename TInputImage::PixelType, TInputImage::ImageDimension>, typename TOutputImage = TInputImage>
virtual void itk::DisplacementFieldToBSplineImageFilter< TInputImage, TInputPointSet, TOutputImage >::UseInputFieldToDefineTheBSplineDomainOff ( )
virtual
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

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

Extract dimension from input image.

Definition at line 57 of file itkDisplacementFieldToBSplineImageFilter.h.

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

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

Definition at line 287 of file itkDisplacementFieldToBSplineImageFilter.h.

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

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

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

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

Definition at line 274 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 273 of file itkDisplacementFieldToBSplineImageFilter.h.

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

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

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

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

Definition at line 275 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 288 of file itkDisplacementFieldToBSplineImageFilter.h.

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

Definition at line 280 of file itkDisplacementFieldToBSplineImageFilter.h.


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