ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage > Class Template Reference

#include <itkPCAShapeSignedDistanceFunction.h>

+ Inheritance diagram for itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >:
+ Collaboration diagram for itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using CoordRepType = typename Superclass::CoordRepType
 
using ExtrapolatorPointer = typename ExtrapolatorType::Pointer
 
using ExtrapolatorPointerVector = std::vector< ExtrapolatorPointer >
 
using ExtrapolatorType = ExtrapolateImageFunction< ImageType, CoordRepType >
 
using FunctionPointer = typename FunctionType::Pointer
 
using FunctionPointerVector = std::vector< FunctionPointer >
 
using FunctionType = ImageFunction< ImageType, double, CoordRepType >
 
using ImagePointer = typename ImageType::Pointer
 
using ImagePointerVector = std::vector< ImagePointer >
 
using ImageType = TImage
 
using InputType = typename Superclass::InputType
 
using InterpolatorPointer = typename InterpolatorType::Pointer
 
using InterpolatorPointerVector = std::vector< InterpolatorPointer >
 
using InterpolatorType = InterpolateImageFunction< ImageType, CoordRepType >
 
using OutputType = typename Superclass::OutputType
 
using ParametersType = typename Superclass::ParametersType
 
using Pointer = SmartPointer< Self >
 
using PointType = typename Superclass::PointType
 
using Self = PCAShapeSignedDistanceFunction
 
using Superclass = ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >
 
using TransformType = Transform< CoordRepType, Self::SpaceDimension, Self::SpaceDimension >
 
- Public Types inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >
using ConstPointer = SmartPointer< const Self >
 
using CoordRepType = TCoordRep
 
using InputType = typename Superclass::InputType
 
using OutputType = typename Superclass::OutputType
 
using ParametersType = OptimizerParameters< double >
 
using Pointer = SmartPointer< Self >
 
using PointType = InputType
 
using Self = ShapeSignedDistanceFunction
 
using Superclass = SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >
 
- Public Types inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >
using ConstPointer = SmartPointer< const Self >
 
using InputType = typename Superclass::InputType
 
using OutputType = typename Superclass::OutputType
 
using Pointer = SmartPointer< Self >
 
using Self = SpatialFunction
 
using Superclass = FunctionBase< Point< TCoordRep, VSpaceDimension >, double >
 
- Public Types inherited from itk::FunctionBase< Point< TCoordRep, VSpaceDimension >, double >
using ConstPointer = SmartPointer< const Self >
 
using InputType = Point< TCoordRep, VSpaceDimension >
 
using OutputType = double
 
using Pointer = SmartPointer< Self >
 
using Self = FunctionBase
 
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
 
virtual const char * GetNameOfClass () const
 
virtual unsigned int GetNumberOfPrincipalComponents () const
 
void SetNumberOfPrincipalComponents (unsigned int n)
 
- Public Member Functions inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >
OutputType Evaluate (const PointType &point) const override=0
 
virtual unsigned int GetNumberOfParameters () const
 
virtual ParametersTypeGetParameters ()
 
virtual void SetParameters (const ParametersType &)=0
 
- Public Member Functions inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >
OutputType Evaluate (const InputType &input) const override=0
 
- 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::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 SpaceDimension = Superclass::SpaceDimension
 
- Static Public Attributes inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >
static constexpr unsigned int SpaceDimension = VSpaceDimension
 
- Static Public Attributes inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >
static constexpr unsigned int ImageDimension
 
unsigned int m_NumberOfPrincipalComponents
 
unsigned int m_NumberOfTransformParameters
 
ImagePointer m_MeanImage
 
ImagePointerVector m_PrincipalComponentImages
 
ParametersType m_PrincipalComponentStandardDeviations
 
TransformType::Pointer m_Transform
 
InterpolatorPointerVector m_Interpolators
 
ExtrapolatorPointerVector m_Extrapolators
 
ParametersType m_WeightOfPrincipalComponents
 
ParametersType m_TransformParameters
 
virtual void SetMeanImage (ImageType *_arg)
 
virtual ImageTypeGetModifiableMeanImage ()
 
virtual const ImageTypeGetMeanImage () const
 
void SetPrincipalComponentImages (ImagePointerVector v)
 
virtual void SetPrincipalComponentStandardDeviations (ParametersType _arg)
 
virtual ParametersType GetPrincipalComponentStandardDeviations () const
 
virtual void SetTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableTransform ()
 
virtual const TransformTypeGetTransform () const
 
void SetParameters (const ParametersType &) override
 
unsigned int GetNumberOfShapeParameters () const override
 
unsigned int GetNumberOfPoseParameters () const override
 
OutputType Evaluate (const PointType &point) const override
 
void Initialize () override
 
 PCAShapeSignedDistanceFunction ()
 
 ~PCAShapeSignedDistanceFunction () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 

Additional Inherited Members

- Protected Member Functions inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ShapeSignedDistanceFunction ()=default
 
 ~ShapeSignedDistanceFunction () override=default
 
- Protected Member Functions inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 SpatialFunction ()=default
 
 ~SpatialFunction () override=default
 
- Protected Member Functions inherited from itk::FunctionBase< Point< TCoordRep, VSpaceDimension >, double >
 FunctionBase ()=default
 
 ~FunctionBase () override=default
 
- 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 ()
 
- Protected Attributes inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >
ParametersType m_Parameters
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

template<typename TCoordRep, unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
class itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >

Compute the signed distance from a N-dimensional PCA Shape.

This class computes the signed distance from a N-dimensional shape defined by: (1) a mean signed distance image $ M(x) $, (2) the first $ q $ principal components images $ P_i(x) $ and (3) a transform $ T(x) $ to define the pose (i.e. position or orientation of the shape).

A particular instance of the shape is defined by a set of parameters $ p $. The first $ q $ parameters defines the weights applied to each principal components and the remaining parameters is used to define the transform. The user should refer to the documentation of the particular Transform class being used. The first set of parameters are called the ShapeParameters and the remaining parameters the PoseParameters.

The method Evaluate( point x ) returns the approximate signed to the shape at point x such that:

\[ s = M(T(x)) + \sum_i^{q} p[i] * \sigma[i] * P_i(T(x)) \]

Where $\sigma[i]$ are the square root of the eigenvalues. These are defined using method SetPrincipalComponentStandardDeviations().

This class is templated over the coordinate representation type (e.g. float or double) and the space dimension.

See also
ShapeSignedDistanceFunction
Transform
Examples
Examples/Segmentation/GeodesicActiveContourShapePriorLevelSetImageFilter.cxx.

Definition at line 67 of file itkPCAShapeSignedDistanceFunction.h.

Member Typedef Documentation

◆ ConstPointer

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ConstPointer = SmartPointer<const Self>

Definition at line 78 of file itkPCAShapeSignedDistanceFunction.h.

◆ CoordRepType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::CoordRepType = typename Superclass::CoordRepType

CoordRep type alias support

Definition at line 90 of file itkPCAShapeSignedDistanceFunction.h.

◆ ExtrapolatorPointer

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ExtrapolatorPointer = typename ExtrapolatorType::Pointer

Definition at line 119 of file itkPCAShapeSignedDistanceFunction.h.

◆ ExtrapolatorPointerVector

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ExtrapolatorPointerVector = std::vector<ExtrapolatorPointer>

Definition at line 120 of file itkPCAShapeSignedDistanceFunction.h.

◆ ExtrapolatorType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ExtrapolatorType = ExtrapolateImageFunction<ImageType, CoordRepType>

extrapolator type alias support

Definition at line 118 of file itkPCAShapeSignedDistanceFunction.h.

◆ FunctionPointer

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::FunctionPointer = typename FunctionType::Pointer

Definition at line 124 of file itkPCAShapeSignedDistanceFunction.h.

◆ FunctionPointerVector

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::FunctionPointerVector = std::vector<FunctionPointer>

Definition at line 125 of file itkPCAShapeSignedDistanceFunction.h.

◆ FunctionType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::FunctionType = ImageFunction<ImageType, double, CoordRepType>

function type alias support

Definition at line 123 of file itkPCAShapeSignedDistanceFunction.h.

◆ ImagePointer

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ImagePointer = typename ImageType::Pointer

Definition at line 106 of file itkPCAShapeSignedDistanceFunction.h.

◆ ImagePointerVector

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ImagePointerVector = std::vector<ImagePointer>

Definition at line 107 of file itkPCAShapeSignedDistanceFunction.h.

◆ ImageType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ImageType = TImage

Image type alias support

Definition at line 105 of file itkPCAShapeSignedDistanceFunction.h.

◆ InputType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::InputType = typename Superclass::InputType

InputeType type alias support

Definition at line 93 of file itkPCAShapeSignedDistanceFunction.h.

◆ InterpolatorPointer

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::InterpolatorPointer = typename InterpolatorType::Pointer

Definition at line 114 of file itkPCAShapeSignedDistanceFunction.h.

◆ InterpolatorPointerVector

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::InterpolatorPointerVector = std::vector<InterpolatorPointer>

Definition at line 115 of file itkPCAShapeSignedDistanceFunction.h.

◆ InterpolatorType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::InterpolatorType = InterpolateImageFunction<ImageType, CoordRepType>

Interpolator type alias support

Definition at line 113 of file itkPCAShapeSignedDistanceFunction.h.

◆ OutputType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::OutputType = typename Superclass::OutputType

OutputType type alias support

Definition at line 96 of file itkPCAShapeSignedDistanceFunction.h.

◆ ParametersType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::ParametersType = typename Superclass::ParametersType

Parameters type alias support

Definition at line 102 of file itkPCAShapeSignedDistanceFunction.h.

◆ Pointer

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::Pointer = SmartPointer<Self>

Definition at line 77 of file itkPCAShapeSignedDistanceFunction.h.

◆ PointType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::PointType = typename Superclass::PointType

Point type alias support

Definition at line 99 of file itkPCAShapeSignedDistanceFunction.h.

◆ Self

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::Self = PCAShapeSignedDistanceFunction

Standard class type aliases.

Definition at line 74 of file itkPCAShapeSignedDistanceFunction.h.

◆ Superclass

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::Superclass = ShapeSignedDistanceFunction<TCoordRep, VSpaceDimension>

Definition at line 75 of file itkPCAShapeSignedDistanceFunction.h.

◆ TransformType

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
using itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::TransformType = Transform<CoordRepType, Self::SpaceDimension, Self::SpaceDimension>

Transform type alias support

Definition at line 110 of file itkPCAShapeSignedDistanceFunction.h.

Constructor & Destructor Documentation

◆ PCAShapeSignedDistanceFunction()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::PCAShapeSignedDistanceFunction ( )
protected

intrinsic data members

◆ ~PCAShapeSignedDistanceFunction()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::~PCAShapeSignedDistanceFunction ( )
overrideprotecteddefault

intrinsic data members

Member Function Documentation

◆ CreateAnother()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual::itk::LightObject::Pointer itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::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.

◆ Evaluate()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
OutputType itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::Evaluate ( const PointType point) const
override

Evaluate the signed distance from a shape at a given position.

◆ GetMeanImage()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual const ImageType* itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetMeanImage ( ) const
virtual

intrinsic data members

◆ GetModifiableMeanImage()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual ImageType* itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetModifiableMeanImage ( )
virtual

intrinsic data members

◆ GetModifiableTransform()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual TransformType* itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetModifiableTransform ( )
virtual

intrinsic data members

◆ GetNameOfClass()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual const char* itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.

◆ GetNumberOfPoseParameters()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
unsigned int itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetNumberOfPoseParameters ( ) const
inlineoverridevirtual

intrinsic data members

Implements itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.

Definition at line 170 of file itkPCAShapeSignedDistanceFunction.h.

◆ GetNumberOfPrincipalComponents()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual unsigned int itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetNumberOfPrincipalComponents ( ) const
virtual

◆ GetNumberOfShapeParameters()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
unsigned int itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetNumberOfShapeParameters ( ) const
inlineoverridevirtual

intrinsic data members

Implements itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.

Definition at line 165 of file itkPCAShapeSignedDistanceFunction.h.

◆ GetPrincipalComponentStandardDeviations()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual ParametersType itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetPrincipalComponentStandardDeviations ( ) const
virtual

intrinsic data members

◆ GetTransform()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual const TransformType* itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::GetTransform ( ) const
virtual

intrinsic data members

◆ Initialize()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::Initialize ( )
overridevirtual

Initialize must be called before the first call of Evaluate() to allow the class to validate any inputs.

Reimplemented from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.

◆ New()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
static Pointer itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::New ( )
static

New macro for creation of through the object factory.

◆ PrintSelf()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

intrinsic data members

Reimplemented from itk::Object.

◆ SetMeanImage()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SetMeanImage ( ImageType _arg)
virtual

Set/Get the mean image.

◆ SetNumberOfPrincipalComponents()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SetNumberOfPrincipalComponents ( unsigned int  n)

Set/Get the number of principal components SetNumberOfPrincipalComponents must be called before SetParameters

◆ SetParameters()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SetParameters ( const ParametersType )
override

A PCAShape is defined by a set of shape and pose parameters.

◆ SetPrincipalComponentImages()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SetPrincipalComponentImages ( ImagePointerVector  v)
inline

Set/Get the principal component images.

Definition at line 141 of file itkPCAShapeSignedDistanceFunction.h.

◆ SetPrincipalComponentStandardDeviations()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SetPrincipalComponentStandardDeviations ( ParametersType  _arg)
virtual

Set/Get the principal component standard deviations. These values corresponds to the square root of the eigenvalues of the principal components.

◆ SetTransform()

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
virtual void itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SetTransform ( TransformType _arg)
virtual

Set/Get transform.

Member Data Documentation

◆ m_Extrapolators

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
ExtrapolatorPointerVector itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_Extrapolators
private

intrinsic data members

Definition at line 204 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_Interpolators

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
InterpolatorPointerVector itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_Interpolators
private

intrinsic data members

Definition at line 203 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_MeanImage

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
ImagePointer itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_MeanImage
private

intrinsic data members

Definition at line 196 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_NumberOfPrincipalComponents

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
unsigned int itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_NumberOfPrincipalComponents
private

intrinsic data members

Definition at line 193 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_NumberOfTransformParameters

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
unsigned int itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_NumberOfTransformParameters
private

intrinsic data members

Definition at line 194 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_PrincipalComponentImages

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
ImagePointerVector itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_PrincipalComponentImages
private

intrinsic data members

Definition at line 197 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_PrincipalComponentStandardDeviations

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
ParametersType itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_PrincipalComponentStandardDeviations
private

intrinsic data members

Definition at line 198 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_Transform

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
TransformType::Pointer itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_Transform
private

transform and interpolator/extrapolator for image interpolation

Definition at line 201 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_TransformParameters

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
ParametersType itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_TransformParameters
private

intrinsic data members

Definition at line 208 of file itkPCAShapeSignedDistanceFunction.h.

◆ m_WeightOfPrincipalComponents

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
ParametersType itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::m_WeightOfPrincipalComponents
private

shape and pose parameters

Definition at line 207 of file itkPCAShapeSignedDistanceFunction.h.

◆ SpaceDimension

template<typename TCoordRep , unsigned int VSpaceDimension, typename TImage = Image<double, VSpaceDimension>>
constexpr unsigned int itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >::SpaceDimension = Superclass::SpaceDimension
staticconstexpr

Dimension underlying input image.

Definition at line 87 of file itkPCAShapeSignedDistanceFunction.h.


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