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
9e9cddab24473d3bbdc9fe1b68e60a437b2af3ab
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
24
Dec
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
Tabs to spaces
Added cv::Mat <-> Python conversion for int32
devel
devel
Replaced dtype comparison with isinstance()
Updated Python example in README.md
Updated demo.py with a texture extraction example
Added bindings for texture extraction
Shortened cv::Mat Python type-caster string
Added note w.r.t. strides
Add pybind11_opencv.hpp header to CMakeLists
Remove conversion to glm in estimate_orthographic_projection_linear() binding
Removed old cv::Vec/Mat bindings in favour of new transparent bindings
Added transparent Python conversion for cv::Mat
Added transparent conversions for cv::Vec
Reordered includes, added <iostream>
Removed disabling of compiler warnings in pybind11_glm.hpp
Added back custom target (eos-headers) to make headers show up in IDEs
Set minimum CMake version to 3.1.3
Added link to demo.py to readme
Merge branch 'cmake-modernise' into devel
Set default lambda for new shape fitting to 30
Merge branch 'python-bindings' into devel
Added a couple more py::arg
Replaced deprecated .check() with call to operator bool
Updated pybind11 to newest master version
Clarified documentation
Added demo.py script
Added parameter names and default parameters
Moved binding of the Mesh class above its first point of use
Merge branch 'matlab-target' into devel
Changed size() to num_mappings() in LandmarkMapper
Changed returned quaternion from [w x y z] to [x y z w] in Python bindings
Added python bindings for the new shape fitting
Changed name of the Matlab bindings CMake target
Removed gcc-4.8 from travis
Change all eos include directories to target_include_directories
Added CMAKE_CURRENT_SOURCE_DIR in front of headers
Link Matlab bindings to eos to make includes work
Use OpenCV 3 instead of 3.0.0
Updated documentation and OpenCV status messages
Remove whitespace
Loading