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
e885b1b3
Commit
e885b1b3
authored
Nov 26, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed fit-model to fit-model-simple
parent
e4f46a8f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
examples/CMakeLists.txt
examples/CMakeLists.txt
+3
-3
examples/fit-model-simple.cpp
examples/fit-model-simple.cpp
+1
-1
No files found.
examples/CMakeLists.txt
View file @
e885b1b3
...
...
@@ -34,8 +34,8 @@ if(MSVC)
endif
()
# Model fitting (affine cam & shape to landmarks) example:
add_executable
(
fit-model
fit-model
.cpp
)
target_link_libraries
(
fit-model
${
OpenCV_LIBS
}
${
Boost_LIBRARIES
}
)
add_executable
(
fit-model
-simple fit-model-simple
.cpp
)
target_link_libraries
(
fit-model
-simple
${
OpenCV_LIBS
}
${
Boost_LIBRARIES
}
)
if
(
BUILD_CERES_EXAMPLE
)
# Find Ceres, for the fit-model-ceres app:
...
...
@@ -55,6 +55,6 @@ target_link_libraries(generate-obj ${OpenCV_LIBS} ${Boost_LIBRARIES})
# install target:
install
(
TARGETS fit-model DESTINATION bin
)
install
(
TARGETS fit-model
-simple
DESTINATION bin
)
install
(
TARGETS generate-obj DESTINATION bin
)
install
(
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/examples/data DESTINATION bin
)
examples/fit-model.cpp
→
examples/fit-model
-simple
.cpp
View file @
e885b1b3
/*
* eos - A 3D Morphable Model fitting library written in modern C++11/14.
*
* File: examples/fit-model.cpp
* File: examples/fit-model
-simple
.cpp
*
* Copyright 2015 Patrik Huber
*
...
...
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