 statismo::BuilderInfo | Holds information about the data and the parameters used by a specific modelbuilder |
 itk::ConditionalModelBuilder< Representer > | ITK Wrapper for the statismo::PCAModelBuilder class |
 statismo::CrossValidationFold< T > | Holds training and test data used for Crossvalidation |
 itk::DataManager< T > | ITK Wrapper for the statismo::DataManager class |
 statismo::DataManager< T > | Manages Training and Test Data for building Statistical Models and provides functionality for Crossvalidation |
  statismo::DataManagerWithSurrogates< T > | Manages Training and Test Data for building Statistical Models and provides functionality for Crossvalidation. Manages data together with surrogate information. The surrogate variables are provided through a vector (see DataManager), and can contain both continuous or categorical data. The surrogate data is provided through files. One file for each dataset, and one file describing the types of surrogates. This file is also an ascii file with space or EOL separated values. Those values are either 0 or 1, standing for respectively categorical or continuous variable. This class does not support any missing data, so each dataset must come with a surrogate data file, all of which must contain the same number of entries as the type-file |
 statismo::DataManager< Representer > | |
  itk::DataManagerWithSurrogates< Representer > | ITK Wrapper for the statismo::DataManager class |
 statismo::Domain< PointType > | |
 statismo::EigenfunctionComputationResult | |
 GenericRepresenterTest< Representer > | |
 statismo::HDF5Utils | Utility methods to read and store common types to a HDF5 File |
 itk::LowRankGPModelBuilder< T > | ITK Wrapper for the statismo::LowRankGPModelBuilder class |
 statismo::MatrixValuedKernel< TPoint > | |
  statismo::ProductKernel< TPoint > | |
  statismo::ScaledKernel< TPoint > | |
  statismo::SumKernel< TPoint > | |
  statismo::UncorrelatedMatrixValuedKernel< TPoint > | |
 statismo::MatrixValuedKernel< PointType > | |
 statismo::MatrixValuedKernel< Representer< T >::PointType > | |
  statismo::SpatiallyVaryingKernel< T > | |
 statismo::MatrixValuedKernel< vtkPoint > | |
 statismo::ModelBuilder< T > | Common base class for all the model builder classes |
  statismo::ConditionalModelBuilder< T > | Creates a StatisticalModel conditioned on some external data |
  statismo::LowRankGPModelBuilder< T > | |
  statismo::PCAModelBuilder< T > | Creates StatisticalModel using Principal Component Analysis |
  statismo::PosteriorModelBuilder< T > | Given a statistical model (prior) and a set of point constraints (likelihood), generate a new PCA model (posterior) |
 statismo::ModelBuilder< Representer > | |
  statismo::ReducedVarianceModelBuilder< Representer > | Builds a new model which retains only the specified total variance |
 statismo::ModelInfo | Stores meta information about the model, such as e.g. the name (uri) of the datasets used to build the models, or specific parameters of the modelBuilders |
 statismo::NotImplementedException | Used to indicate that a method has not yet been implemented |
 statismo::Nystrom< T > | |
 itk::PCAModelBuilder< Representer > | ITK Wrapper for the statismo::PCAModelBuilder class |
 itk::PosteriorModelBuilder< T > | ITK Wrapper for the statismo::PosteriorModelBuilder class |
 statismo::RandSVD< ScalarType > | |
 itk::ReducedVarianceModelBuilder< Representer > | ITK Wrapper for the statismo::ReducedVarianceModelBuilder class |
 statismo::ScalarValuedKernel< TPoint > | |
  GaussianKernel< TPoint > | |
  GaussianKernel< TPoint > | |
  GaussianKernel< TPoint > | |
 statismo::ScalarValuedKernel< vtkPoint > | |
  GaussianKernel< TPoint > | |
 itk::StandardImageRepresenter< TPixel, ImageDimension > | A representer for scalar and vector valued images |
 itk::StandardMeshRepresenter< TPixel, MeshDimension > | A representer for scalar valued itk Meshs |
 itk::StatisticalModel< T > | ITK Wrapper for the statismo::StatisticalModel class |
 statismo::StatisticalModel< T > | A Point/Value pair that is used to specify a value at a given point |
 statismo::StatisticalModelException | Generic Exception class for the statismo Library |
 itk::StatisticalModelTransformBase< TDataset, TScalarType, TInputDimension, TOutputDimension > | Base class that implements an itk transform interface for statistical models |
 itk::StatisticalModelTransformBase< TDataSet, TScalarType, TDimension > | |
  itk::StatisticalDeformationModelTransform< TDataSet, TScalarType, TDimension > | An itk transform that allows for deformations defined by a given Statistical Deformation Model |
 itk::StatisticalModelTransformBase< TDataset, TScalarType, TDimension > | |
  itk::InterpolatingStatisticalDeformationModelTransform< TDataset, TScalarType, TDimension > | An itk transform that allows for deformations defined by a given Statistical Deformation Model |
 itk::StatisticalModelTransformBase< TRepresenter, TScalarType, TDimension > | |
  itk::StatisticalShapeModelTransform< TRepresenter, TScalarType, TDimension > | An itk transform that allows for deformations defined by a given Statistical Shape Model |
 statismo::TemperingFunction< TPoint > | |
 statismo::TemperingFunction< PointType > | |
 statismo::TemperingFunction< vtkPoint > | |
 statismo::TrivialVectorialRepresenter | A trivial representer, that does no representation at all, but works directly with vectorial data |
 statismo::vtkNDPixel | Helper class that represents a vtkPixel or arbitrary type and dimension In vtk a pixel is just of type T*. The statismo library relies on a proper copy semantics, and hence requires such a wrapper |
 statismo::vtkPoint | Helper class that represents a vtkPoint. In vtk a point is just of type T*. The statismo library relies on a proper copy semantics, and hence requires such a wrapper. |
 statismo::vtkStandardMeshRepresenter | A representer for vtkPolyData, which stores the represnter data in the standard mesh format defined for statismo |
 vtkUnstructuredGridRepresenter | A representer for vtkUnstructuredGrid using Procrustes alignment to align the datasets |