Commit 81673daa authored by Patrik Huber's avatar Patrik Huber

Corrected documentation, added missing includes

parent 98b4f76e
...@@ -26,9 +26,10 @@ ...@@ -26,9 +26,10 @@
#include "eos/core/Mesh.hpp" #include "eos/core/Mesh.hpp"
#include "eos/morphablemodel/io/mat_cerealisation.hpp" #include "eos/morphablemodel/io/eigen_cerealisation.hpp"
#include "cereal/cereal.hpp" #include "cereal/cereal.hpp"
#include "cereal/access.hpp" #include "cereal/access.hpp"
#include "cereal/types/array.hpp"
#include "cereal/types/vector.hpp" #include "cereal/types/vector.hpp"
#include "cereal/archives/binary.hpp" #include "cereal/archives/binary.hpp"
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
#include <vector> #include <vector>
#include <array> #include <array>
#include <cstdint> #include <cstdint>
#include <iostream>
namespace eos { namespace eos {
namespace morphablemodel { namespace morphablemodel {
......
...@@ -57,7 +57,7 @@ public: ...@@ -57,7 +57,7 @@ public:
PcaModel() = default; PcaModel() = default;
/** /**
* Construct a PCA model from given mean, normalised PCA basis, eigenvalues * Construct a PCA model from given mean, orthonormal PCA basis, eigenvalues
* and triangle list. * and triangle list.
* *
* See the documentation of the member variables for how the data should * See the documentation of the member variables for how the data should
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment