 itk | |
  ConditionalModelBuilder | ITK Wrapper for the statismo::PCAModelBuilder class |
  DataManager | ITK Wrapper for the statismo::DataManager class |
  DataManagerWithSurrogates | ITK Wrapper for the statismo::DataManager class |
  InterpolatingStatisticalDeformationModelTransform | An itk transform that allows for deformations defined by a given Statistical Deformation Model |
  LowRankGPModelBuilder | ITK Wrapper for the statismo::LowRankGPModelBuilder class |
  PCAModelBuilder | ITK Wrapper for the statismo::PCAModelBuilder class |
  PosteriorModelBuilder | ITK Wrapper for the statismo::PosteriorModelBuilder class |
  ReducedVarianceModelBuilder | ITK Wrapper for the statismo::ReducedVarianceModelBuilder class |
  StandardImageRepresenter | A representer for scalar and vector valued images |
  StandardMeshRepresenter | A representer for scalar valued itk Meshs |
  StatisticalDeformationModelTransform | An itk transform that allows for deformations defined by a given Statistical Deformation Model |
  StatisticalModel | ITK Wrapper for the statismo::StatisticalModel class |
  StatisticalModelTransformBase | Base class that implements an itk transform interface for statistical models |
  StatisticalShapeModelTransform | An itk transform that allows for deformations defined by a given Statistical Shape Model |
 statismo | Provides the interface between statismo and the dataset type the application uses |
  ConditionalModelBuilder | Creates a StatisticalModel conditioned on some external data |
  CrossValidationFold | Holds training and test data used for Crossvalidation |
  DataManager | Manages Training and Test Data for building Statistical Models and provides functionality for Crossvalidation |
  DataManagerWithSurrogates | 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 |
  Domain | |
  NotImplementedException | Used to indicate that a method has not yet been implemented |
  StatisticalModelException | Generic Exception class for the statismo Library |
  HDF5Utils | Utility methods to read and store common types to a HDF5 File |
  SumKernel | |
  ProductKernel | |
  ScaledKernel | |
  UncorrelatedMatrixValuedKernel | |
  TemperingFunction | |
  SpatiallyVaryingKernel | |
  ScalarValuedKernel | |
  MatrixValuedKernel | |
  EigenfunctionComputationResult | |
  LowRankGPModelBuilder | |
  ModelBuilder | Common base class for all the model builder classes |
  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 |
  BuilderInfo | Holds information about the data and the parameters used by a specific modelbuilder |
  Nystrom | |
  PCAModelBuilder | Creates StatisticalModel using Principal Component Analysis |
  PosteriorModelBuilder | Given a statistical model (prior) and a set of point constraints (likelihood), generate a new PCA model (posterior) |
  RandSVD | |
  ReducedVarianceModelBuilder | Builds a new model which retains only the specified total variance |
  StatisticalModel | A Point/Value pair that is used to specify a value at a given point |
  TrivialVectorialRepresenter | A trivial representer, that does no representation at all, but works directly with vectorial data |
  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 |
  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. |
  vtkStandardMeshRepresenter | A representer for vtkPolyData, which stores the represnter data in the standard mesh format defined for statismo |
 GaussianKernel | |
 GenericRepresenterTest | |
 vtkUnstructuredGridRepresenter | A representer for vtkUnstructuredGrid using Procrustes alignment to align the datasets |