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< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
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) |
ITK Wrapper for the statismo::LowRankGPModelBuilder class.