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
8ad2c51e
Commit
8ad2c51e
authored
Aug 02, 2015
by
patrikhuber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor formatting changes, removed inadvertently committed gtc() function
parent
92e4d1a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
include/eos/morphablemodel/MorphableModel.hpp
include/eos/morphablemodel/MorphableModel.hpp
+9
-10
No files found.
include/eos/morphablemodel/MorphableModel.hpp
View file @
8ad2c51e
...
...
@@ -191,8 +191,6 @@ public:
return
!
color_model
.
get_mean
().
empty
();
};
std
::
vector
<
cv
::
Vec2f
>
gtc
()
const
{
return
texture_coordinates
;
};
private:
PcaModel
shape_model
;
///< A PCA model of the shape
PcaModel
color_model
;
///< A PCA model of vertex color information
...
...
@@ -257,7 +255,8 @@ void save_model(MorphableModel model, std::string filename)
output_archive
(
model
);
};
namespace
detail
{
/* eos::morphablemodel::detail */
namespace
detail
{
/* eos::morphablemodel::detail */
/**
* Internal helper function that creates a Mesh from given shape and colour
* PCA instances. Needs the vertex index lists as well to assemble the mesh -
...
...
@@ -308,7 +307,7 @@ eos::render::Mesh sample_to_mesh(cv::Mat shape, cv::Mat color, std::vector<std::
return
mesh
;
};
}
/* namespace
detail */
}
/* namespace eos::morphablemodel::
detail */
}
/* namespace morphablemodel */
}
/* namespace eos */
...
...
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