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
b8457763
Commit
b8457763
authored
Nov 28, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified documentation of draw_sample() when a partial vector is given
parent
90058b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/eos/morphablemodel/MorphableModel.hpp
include/eos/morphablemodel/MorphableModel.hpp
+2
-1
No files found.
include/eos/morphablemodel/MorphableModel.hpp
View file @
b8457763
...
...
@@ -145,6 +145,7 @@ public:
* The coefficient vectors should contain normalised, i.e. standard normal distributed coefficients.
* If the Morphable Model is a shape-only model (without colour model), make sure to
* leave \c color_coefficients empty.
* If a partial coefficient vector is given, it is filled with zeros up to the end.
*
* @param[in] shape_coefficients The PCA coefficients used to generate the shape sample.
* @param[in] color_coefficients The PCA coefficients used to generate the vertex colouring.
...
...
@@ -203,7 +204,7 @@ public:
private:
PcaModel
shape_model
;
///< A PCA model of the shape
PcaModel
color_model
;
///< A PCA model of vertex color information
PcaModel
color_model
;
///< A PCA model of vertex colo
u
r information
std
::
vector
<
cv
::
Vec2f
>
texture_coordinates
;
///< uv-coordinates for every vertex
/**
...
...
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