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
21dbebd8f7d56c93e9367dcd138f080acff46dbc
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
10
Dec
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
Trying to build on VS2013 on AppVeyor
Testing on more compilers to see whether the CMake stuff works
Updated FindEigen3.cmake with newest from Eigen-3.3.1
Added EOS_ to the global CMake option variables
Move cmake_minimum_required() to top
Updated source_group syntax
Updated required include directories in README
Use elseif(MSVC) to get rid of CMake warning
Removed support for gcc-4.8
Bumped version to 0.10.1
v0.10.1
v0.10.1
Merge pull request #77 from patrikhuber/travis-python
travis has python in a different directory
Another try at travis python3.5
Testing building python bindings on appveyor
Trying to use python-3.5
Enabling GENERATE_PYTHON_BINDINGS on travis
Removed stray newline
Updated file path in header
Moved python bindings to a separate folder
Install target now only copies 3rd party headers
Merge branch 'master' of https://github.com/patrikhuber/eos into devel
Bumped version to 0.10.0
v0.10.0
v0.10.0
Added Matlab bindings section to Readme
Merge pull request #75 from patrikhuber/matlab-bindings
Added Matlab_ROOT_DIR to initial_cache template
Added GENERATE_MATLAB_BINDINGS CMake option
Removed unused comment in CMakeLists
Added documentation
Updated Matlab demo code
Added viewport matrix to Matlab fitting output
Added Matlab demo script
Added MxArray conversions for RenderingParameters
Added conversions to Matlab for Mesh
Added the actual C++ fitting wrapper
Added relative paths to the Matlab fitting function
Setting up calling the C++ fitting function from Matlab
Added Matlab documentation
Added INSTALL target for Matlab bindings
Created proper folder structure for Matlab bindings
Working prototype of Eigen <=> Matlab conversion
Loading