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
Graph
c31f39c2dab7cb12f9a0e31f8a65a53396768fbc
Select Git revision
Branches
7
devel
docker
gh-pages
master
default
multi-frame-richard
perspective-camera-estimation
tests
Tags
14
v0.10.1
v0.10.0
v0.9.1
v0.9.0
v0.8.0
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Feb
19
17
10
9
7
6
30
Jan
29
28
25
24
18
17
15
7
6
5
4
2
30
Dec
25
24
18
17
15
14
10
9
5
4
3
2
1
30
Nov
27
26
25
23
22
21
19
18
17
15
8
7
6
10
Oct
9
4
29
Sep
26
24
20
19
18
17
11
31
Aug
22
21
22
May
21
2
1
30
Apr
25
Feb
17
15
Jan
2
1
31
Dec
26
24
22
21
9
8
28
Nov
25
22
20
19
30
Aug
27
25
24
23
22
15
14
11
9
3
2
1
31
Jul
30
28
21
15
14
12
11
9
8
3
2
1
30
Jun
22
Apr
21
16
Feb
13
10
Removed json-to-cereal-binary utility app
Full changes to io/cvssp.hpp
Changed load_scm_model to use Eigen::Matrix
Updated bfm-binary-to-cereal to use Eigen
Updated Python bindings to use the new Eigen::Matrix based models
Changed PcaModel to use Eigen::Matrix instead of cv::Mat
Corrected PcaModel documentation
Removed =default c'tor workaround for VS2015 in PcaModel
Corrected Landmark documentation
More updates to README.md
Removed "experimental" from bindings in README.md
Bumped version to 0.11.0
Switched order of targets in examples/CMakeLists.txt
Updated pybind11 to their newest master
Updated Boost version in initial_cache template
Correct MorphableModel save_model documentation
Added note regarding a potential problem in mexplus Eigen wrapper
Add the actual render.m file
Merge pull request #105 from gel/master
Re-added checking for OpenCV >2.4.3
Re-added checking for OpenCV >2.4.3
Added Matlab bindings for render() function
cmake fixes for auxiliary projects.
Support more conversions for Matlab <=> cv::Mat
CMake changes.
Changed mexFunction call to MEX_DISPATCH
Added Matlab bindings for extract_texture
Added very limited conversion for cv::Mat to and from Matlab
Add getters and setters to RenderingParameters
Added all necessary Matlab <=> C++ conversions for extract_texture()
Added ::to methods to convert meshes back from Matlab to C++
Added missing includes
Updated to newest mexplus master branch
Fix paths, tests should be run from tests directory to find the right data paths
Add examples/data to gitignore, files should only be added by force not by default
Add a first version of buffered video iterator, needed later for multi-frame tests
Move incrementing the vertex indices for Matlab into the converter function
Grouped matlab bindings targets in an IDE folder
Merge branch 'devel' into matlab-bindings
Add a custom target to make our custom Matlab bindings headers visible in IDEs
Loading