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
1857d567
Commit
1857d567
authored
Nov 15, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note regarding the albedo model to fit-model-ceres
parent
fada46e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
examples/fit-model-ceres.cpp
examples/fit-model-ceres.cpp
+5
-0
No files found.
examples/fit-model-ceres.cpp
View file @
1857d567
...
...
@@ -123,6 +123,11 @@ LandmarkCollection<cv::Vec2f> read_pts_landmarks(std::string filename)
/**
* Single and multi-image non-linear model fitting with Ceres example.
*
* NOTE: The ImageCost cost function requires the "full" 3DMM with the
* albedo model. It can be acquired from CVSSP - see the GitHub main page.
* If you don't currently have it, and still want to try the Ceres fitting,
* the ImageCost can just be removed.
*/
int
main
(
int
argc
,
char
*
argv
[])
{
...
...
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