Eigen::VectorXfmean;///< A 3m x 1 col-vector (xyzxyz...)', where m is the number of model-vertices.
Eigen::MatrixXfrescaled_pca_basis;///< m x n (rows x cols) = numShapeDims x numShapePcaCoeffs, (=eigenvector matrix V). Each column is an eigenvector.
Eigen::MatrixXforthonormal_pca_basis;///< m x n (rows x cols) = numShapeDims x numShapePcaCoeffs, (=eigenvector matrix V). Each column is an eigenvector.
Eigen::MatrixXfrescaled_pca_basis;///< m x n (rows x cols) = numShapeDims x numShapePcaCoeffs, (=eigenvector matrix V). Each column is an eigenvector.
Eigen::VectorXfeigenvalues;///< A col-vector of the eigenvalues (variances in the PCA space).
std::vector<std::array<int,3>>triangle_list;///< List of triangles that make up the mesh of the model.
...
...
@@ -289,9 +289,9 @@ private:
/**
* Serialises this class using cereal.
*
* @param[in] ar The archive to serialise to (or to serialise from).
* @param[in] archive The archive to serialise to (or to serialise from).