Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Public Types | Public Member Functions | List of all members
itk::LowRankGPModelBuilder< T > Class Template Reference

ITK Wrapper for the statismo::LowRankGPModelBuilder class. More...

#include <itkLowRankGPModelBuilder.h>

Inherits Object.

Public Types

typedef LowRankGPModelBuilder Self
 
typedef statismo::Representer< T > RepresenterType
 
typedef Object Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef
statismo::LowRankGPModelBuilder
< T > 
ImplType
 
typedef itk::StatisticalModel< T > StatisticalModelType
 
typedef
statismo::MatrixValuedKernel
< typename
RepresenterType::PointType > 
MatrixValuedKernelType
 

Public Member Functions

 itkNewMacro (Self)
 
 itkTypeMacro (LowRankGPModelBuilder, Object)
 
void SetstatismoImplObj (ImplType *impl)
 
void SetRepresenter (const RepresenterType *representer)
 
StatisticalModelType::Pointer BuildNewZeroMeanModel (const MatrixValuedKernelType &kernel, unsigned numComponents, unsigned numPointsForNystrom=500) const
 
StatisticalModelType::Pointer BuildNewModel (typename RepresenterType::DatasetType *mean, const MatrixValuedKernelType &kernel, unsigned numComponents, unsigned numPointsForNystrom=500)
 

Detailed Description

template<class T>
class itk::LowRankGPModelBuilder< T >

ITK Wrapper for the statismo::LowRankGPModelBuilder class.

See Also
statismo::LowRankGPModelBuilder for detailed documentation.

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