Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
81673daa
Commit
81673daa
authored
Mar 13, 2017
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected documentation, added missing includes
parent
98b4f76e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
include/eos/morphablemodel/MorphableModel.hpp
include/eos/morphablemodel/MorphableModel.hpp
+3
-1
include/eos/morphablemodel/PcaModel.hpp
include/eos/morphablemodel/PcaModel.hpp
+1
-1
No files found.
include/eos/morphablemodel/MorphableModel.hpp
View file @
81673daa
...
@@ -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
{
...
...
include/eos/morphablemodel/PcaModel.hpp
View file @
81673daa
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment