ITK Wrapper for the statismo::PosteriorModelBuilder class. More...
#include <itkPosteriorModelBuilder.h>
Inherits Object.
Public Types | |
typedef PosteriorModelBuilder | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef statismo::PosteriorModelBuilder < T > | ImplType |
typedef statismo::DataManager< T > | DataManagerType |
typedef DataManagerType::DataItemListType | DataItemListType |
typedef statismo::Representer< T > | RepresenterType |
typedef RepresenterType::ValueType | ValueType |
typedef RepresenterType::PointType | PointType |
typedef statismo::PosteriorModelBuilder < T >::PointValueListType | PointValueListType |
typedef statismo::PosteriorModelBuilder < T > ::PointValueWithCovariancePairType | PointValueWithCovariancePairType |
typedef statismo::PosteriorModelBuilder < T > ::PointValueWithCovarianceListType | PointValueWithCovarianceListType |
typedef itk::StatisticalModel< T > | StatisticalModelType |
typedef statismo::StatisticalModel< T > | StatismoStatisticalModelType |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (PosteriorModelBuilder, Object) | |
template<class F > | |
boost::result_of< F()>::type | callstatismoImpl (F f) const |
StatisticalModelType::Pointer | BuildNewModelFromModel (const StatisticalModelType *model, const PointValueListType &pointValues, double pointValuesNoiseVariance, bool computeScores=true) |
StatisticalModelType::Pointer | BuildNewModel (DataItemListType DataItemList, const PointValueListType &pointValues, double pointValuesNoiseVariance, double noiseVariance) |
StatisticalModelType::Pointer | BuildNewModelFromModel (const StatisticalModelType *model, const PointValueWithCovarianceListType &pointValuesWithCovariance, bool computeScores=true) |
StatisticalModelType::Pointer | BuildNewModel (const DataItemListType &DataItemList, const PointValueWithCovarianceListType &pointValuesWithCovariance, double noiseVariance) |
ITK Wrapper for the statismo::PosteriorModelBuilder class.