ITK  4.13.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::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType > Class Template Reference

#include <itkVectorFieldPCA.h>

+ Inheritance diagram for itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >:
+ Collaboration diagram for itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >:

Detailed Description

template<typename TVectorFieldElementType, typename TPCType, typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
class itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >

Produce the principle components of a vector valued function.

This calculator produces a set of basis functions composed of the principal components of a set of vector valued functions.

Specify an itk::KernelFunction for Kernel PCA. The Kernel Function can take as input an optional point set.

This class is templated over the types of the vector valued functions, the output point types, and optionally the point set type.

Author
Michael Bowers, Laurent Younes

This code was contributed in the Insight Journal paper:

"Principal Components Analysis of Scalar, Vector, and Mesh Vertex Data" http://www.insight-journal.org/browse/publication/878

Definition at line 105 of file itkVectorFieldPCA.h.

Public Types

typedef VectorContainer
< unsigned int, MatrixType
BasisSetType
 
typedef BasisSetType::Pointer BasisSetTypePointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef
InputPointSetType::ConstPointer 
InputPointSetConstPointer
 
typedef InputPointSetType::Pointer InputPointSetPointer
 
typedef TPointSetType InputPointSetType
 
typedef
InputPointSetType::PointType 
InputPointType
 
typedef KernelFunctionType::Pointer KernelFunctionPointer
 
typedef vnl_matrix< TPCType > MatrixType
 
typedef SmartPointer< SelfPointer
 
typedef
InputPointSetType::PointsContainer 
PointsContainer
 
typedef PointsContainer::Iterator PointsContainerIterator
 
typedef VectorContainer
< unsigned int, VectorType
ResSetType
 
typedef VectorFieldPCA Self
 
typedef Object Superclass
 
typedef VectorContainer
< unsigned int,
VectorFieldType
VectorFieldSetType
 
typedef
VectorFieldSetType::ConstPointer 
VectorFieldSetTypeConstPointer
 
typedef VectorFieldSetType::Pointer VectorFieldSetTypePointer
 
typedef vnl_matrix
< TVectorFieldElementType > 
VectorFieldType
 
typedef vnl_vector< TPCType > VectorType
 
- 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

void Compute (void)
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
virtual void SetKernelFunction (KernelFunctionPointer _arg)
 
virtual void SetPointSet (InputPointSetPointer _arg)
 
virtual InputPointSetPointer GetPointSet ()
 
virtual void SetVectorFieldSet (VectorFieldSetTypePointer _arg)
 
virtual VectorFieldSetTypePointer GetVectorFieldSet ()
 
virtual void SetComponentCount (unsigned int _arg)
 
virtual unsigned int GetComponentCount ()
 
virtual const MatrixTypeGetAveVectorField () const
 
virtual const VectorTypeGetPCAEigenValues () const
 
virtual const BasisSetTypeGetBasisVectors () 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 InputMeshDimension = TPointSetType::PointDimension
 

Protected Member Functions

void computeMomentumSCP (void)
 
void KernelPCA (void)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 VectorFieldPCA ()
 
virtual ~VectorFieldPCA ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

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

Private Attributes

MatrixType m_AveVectorField
 
BasisSetTypePointer m_BasisVectors
 
unsigned int m_ComponentCount
 
MatrixType m_K
 
KernelFunctionPointer m_KernelFunction
 
bool m_PCACalculated
 
VectorType m_PCAEigenValues
 
unsigned int m_PointDim
 
InputPointSetPointer m_PointSet
 
unsigned int m_SetSize
 
MatrixType m_V0
 
unsigned int m_VectorDimCount
 
VectorFieldSetTypePointer m_VectorFieldSet
 
unsigned int m_VertexCount
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef VectorContainer< unsigned int, MatrixType > itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::BasisSetType

Definition at line 153 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef BasisSetType::Pointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::BasisSetTypePointer

Definition at line 156 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef SmartPointer<const Self> itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::ConstPointer

Definition at line 112 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef InputPointSetType::ConstPointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::InputPointSetConstPointer

Const Pointer type for the PointSet.

Definition at line 134 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef InputPointSetType::Pointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::InputPointSetPointer

Pointer types for the PointSet.

Definition at line 131 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef TPointSetType itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::InputPointSetType

Type definitions for the PointSet.

Definition at line 118 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef InputPointSetType::PointType itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::InputPointType

Definitions for points of the PointSet.

Definition at line 124 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef KernelFunctionType::Pointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::KernelFunctionPointer

Definition at line 157 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef vnl_matrix< TPCType > itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::MatrixType

types for the output.

Definition at line 150 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef SmartPointer<Self> itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::Pointer

Definition at line 111 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef InputPointSetType::PointsContainer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::PointsContainer

Definitions for the PointsContainer.

Definition at line 127 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef PointsContainer::Iterator itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::PointsContainerIterator

Definition at line 128 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef VectorContainer< unsigned int, VectorType > itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::ResSetType

Definition at line 154 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef VectorFieldPCA itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::Self

Standard class typedefs.

Definition at line 109 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef Object itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::Superclass

Definition at line 110 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef VectorContainer< unsigned int, VectorFieldType > itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorFieldSetType

Definition at line 144 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef VectorFieldSetType::ConstPointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorFieldSetTypeConstPointer

Definition at line 147 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef VectorFieldSetType::Pointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorFieldSetTypePointer

Definition at line 146 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef vnl_matrix< TVectorFieldElementType > itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorFieldType

type for the vector fields.

Definition at line 143 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
typedef vnl_vector< TPCType > itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorType

Definition at line 151 of file itkVectorFieldPCA.h.

Constructor & Destructor Documentation

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorFieldPCA ( )
protected
template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::~VectorFieldPCA ( )
inlineprotectedvirtual

Definition at line 202 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::VectorFieldPCA ( const Self )
private

Member Function Documentation

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::Compute ( void  )

Compute the PCA decomposition of the input point set. If a Kernel and a Kernel Sigma are set , the calculator will perform Kernel PCA.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::computeMomentumSCP ( void  )
protected
template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual::itk::LightObject::Pointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::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 TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual const MatrixType& itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetAveVectorField ( ) const
virtual

Return the results.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual const BasisSetType* itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetBasisVectors ( ) const
virtual

Return the results.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetComponentCount ( )
virtual

Set and get the PCA count.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual const char* itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Object.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual const VectorType& itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetPCAEigenValues ( ) const
virtual

Return the results.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual InputPointSetPointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetPointSet ( )
virtual

Set and get the input point set.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual VectorFieldSetTypePointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::GetVectorFieldSet ( )
virtual

Set and get the vector fields for the analysis.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::KernelPCA ( void  )
protected
template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
static Pointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::New ( )
static

Method for creation through the object factory.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::operator= ( const Self )
private
template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::Object.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::SetComponentCount ( unsigned int  _arg)
virtual

Set and get the PCA count.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::SetKernelFunction ( KernelFunctionPointer  _arg)
virtual

Set pointer to the Kernel object.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::SetPointSet ( InputPointSetPointer  _arg)
virtual

Set and get the input point set.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
virtual void itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::SetVectorFieldSet ( VectorFieldSetTypePointer  _arg)
virtual

Set and get the vector fields for the analysis.

Member Data Documentation

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
const unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::InputMeshDimension = TPointSetType::PointDimension
static

Input PointSet dimension.

Definition at line 140 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
MatrixType itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_AveVectorField
private

Definition at line 228 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
BasisSetTypePointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_BasisVectors
private

Definition at line 215 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_ComponentCount
private

Definition at line 221 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
MatrixType itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_K
private

Definition at line 229 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
KernelFunctionPointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_KernelFunction
private

Definition at line 218 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
bool itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_PCACalculated
private

Definition at line 231 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
VectorType itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_PCAEigenValues
private

Definition at line 213 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_PointDim
private

Definition at line 225 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
InputPointSetPointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_PointSet
private

Definition at line 217 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_SetSize
private

Definition at line 222 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
MatrixType itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_V0
private

Definition at line 227 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_VectorDimCount
private

Definition at line 223 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
VectorFieldSetTypePointer itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_VectorFieldSet
private

Definition at line 216 of file itkVectorFieldPCA.h.

template<typename TVectorFieldElementType , typename TPCType , typename TPointSetPixelType = float, typename TPointSetCoordRepType = float, typename KernelFunctionType = KernelFunctionBase<TPointSetCoordRepType>, class TPointSetType = PointSet<TPointSetPixelType, 3, DefaultStaticMeshTraits< TPointSetPixelType, 3, 3, TPointSetCoordRepType > >>
unsigned int itk::VectorFieldPCA< TVectorFieldElementType, TPCType, TPointSetPixelType, TPointSetCoordRepType, KernelFunctionType, TPointSetType >::m_VertexCount
private

Definition at line 224 of file itkVectorFieldPCA.h.


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