Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Torenvliet
eos
Commits
b8457763
Commit
b8457763
authored
9 years ago
by
Patrik Huber
Browse files
Options
Downloads
Patches
Plain Diff
Clarified documentation of draw_sample() when a partial vector is given
parent
90058b27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/eos/morphablemodel/MorphableModel.hpp
+2
-1
2 additions, 1 deletion
include/eos/morphablemodel/MorphableModel.hpp
with
2 additions
and
1 deletion
include/eos/morphablemodel/MorphableModel.hpp
+
2
−
1
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
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment