ITK Wrapper for the statismo::ReducedVarianceModelBuilder class. More...
#include <itkReducedVarianceModelBuilder.h>
Inherits Object.
Public Types | |
typedef ReducedVarianceModelBuilder | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef statismo::ReducedVarianceModelBuilder < Representer > | ImplType |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (ReducedVarianceModelBuilder, Object) | |
template<class F > | |
boost::result_of< F()>::type | callstatismoImpl (F f) const |
StatisticalModel< Representer > ::Pointer | BuildNewModelWithLeadingComponents (const StatisticalModel< Representer > *model, unsigned numberOfPrincipalComponents) |
StatisticalModel< Representer > ::Pointer | BuildNewModelWithVariance (const StatisticalModel< Representer > *model, double totalVariance) |
is_deprecated StatisticalModel < Representer >::Pointer | BuildNewModelFromModel (const StatisticalModel< Representer > *model, double totalVariance) |
ITK Wrapper for the statismo::ReducedVarianceModelBuilder class.