Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNitk
|oCConditionalModelBuilderITK Wrapper for the statismo::PCAModelBuilder class
|oCDataManagerITK Wrapper for the statismo::DataManager class
|oCDataManagerWithSurrogatesITK Wrapper for the statismo::DataManager class
|oCInterpolatingStatisticalDeformationModelTransformAn itk transform that allows for deformations defined by a given Statistical Deformation Model
|oCLowRankGPModelBuilderITK Wrapper for the statismo::LowRankGPModelBuilder class
|oCPCAModelBuilderITK Wrapper for the statismo::PCAModelBuilder class
|oCPosteriorModelBuilderITK Wrapper for the statismo::PosteriorModelBuilder class
|oCReducedVarianceModelBuilderITK Wrapper for the statismo::ReducedVarianceModelBuilder class
|oCStandardImageRepresenterA representer for scalar and vector valued images
|oCStandardMeshRepresenterA representer for scalar valued itk Meshs
|oCStatisticalDeformationModelTransformAn itk transform that allows for deformations defined by a given Statistical Deformation Model
|oCStatisticalModelITK Wrapper for the statismo::StatisticalModel class
|oCStatisticalModelTransformBaseBase class that implements an itk transform interface for statistical models
|\CStatisticalShapeModelTransformAn itk transform that allows for deformations defined by a given Statistical Shape Model
oNstatismoProvides the interface between statismo and the dataset type the application uses
|oCConditionalModelBuilderCreates a StatisticalModel conditioned on some external data
|oCCrossValidationFoldHolds training and test data used for Crossvalidation
|oCDataManagerManages Training and Test Data for building Statistical Models and provides functionality for Crossvalidation
|oCDataManagerWithSurrogatesManages 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
|oCDomain
|oCNotImplementedExceptionUsed to indicate that a method has not yet been implemented
|oCStatisticalModelExceptionGeneric Exception class for the statismo Library
|oCHDF5UtilsUtility methods to read and store common types to a HDF5 File
|oCSumKernel
|oCProductKernel
|oCScaledKernel
|oCUncorrelatedMatrixValuedKernel
|oCTemperingFunction
|oCSpatiallyVaryingKernel
|oCScalarValuedKernel
|oCMatrixValuedKernel
|oCEigenfunctionComputationResult
|oCLowRankGPModelBuilder
|oCModelBuilderCommon base class for all the model builder classes
|oCModelInfoStores 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
|oCBuilderInfoHolds information about the data and the parameters used by a specific modelbuilder
|oCNystrom
|oCPCAModelBuilderCreates StatisticalModel using Principal Component Analysis
|oCPosteriorModelBuilderGiven a statistical model (prior) and a set of point constraints (likelihood), generate a new PCA model (posterior)
|oCRandSVD
|oCReducedVarianceModelBuilderBuilds a new model which retains only the specified total variance
|oCStatisticalModelA Point/Value pair that is used to specify a value at a given point
|oCTrivialVectorialRepresenterA trivial representer, that does no representation at all, but works directly with vectorial data
|oCvtkNDPixelHelper 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
|oCvtkPointHelper 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.
|\CvtkStandardMeshRepresenterA representer for vtkPolyData, which stores the represnter data in the standard mesh format defined for statismo
oCGaussianKernel
oCGenericRepresenterTest
\CvtkUnstructuredGridRepresenterA representer for vtkUnstructuredGrid using Procrustes alignment to align the datasets