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
e48ca502d0ca15d12991397ab46bc764eaf10d0b
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
9
Feb
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
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
Updated mexplus to newest master
Merge pull request #98 from patrikhuber/change-cmake-source-dir
Changed remaining 3rdparty paths to eos_3RDPARTY_DIR
Introduced eos_3RDPARTY_DIR, so CMakeLists in subdirectories can point to the 3rdparty dir
Used CMAKE_CURRENT_SOURCE_DIR in the subdirectories
Check whether input landmarks are double in matlab-fitting
Fix typos
Made most variables const in matlab-fitting bindings
Pass Mesh by const& in texture extraction
Removed test code
Merge branch 'tests' into multi-frame
Add a readme to explain a bit how run tests
tests
tests
Add tests for projection error - not realy tests but accuracy measure tests
Updated minimum required gcc version to 4.9
Add a beginning of the multi-frame reconstruction projec - commit is merely a copy and backup of work
Add Testing framework as a submodule and test folder with example, closes #1
Change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR
docker: Add Docker files and makefile to build and run within Docker
docker
docker
Merge branch 'devel' of https://github.com/patrikhuber/eos into devel
Initial version of keyframe selection and weighted mean fusion
Add Rasterizer.hpp to CMakeLists
Updated core and render namespace description
Merge pull request #84 from ruslo/pr.minimum.required
Added .clang-format file
Merge pull request #83 from ruslo/pr.project
Updated includes
Removed v2:: from Vertex class and removed old class
Added clip_to_screen_space() to utils.hpp
Fixed compile errors
Moved Rasterizer to a separate class
Loading