- 01 Aug, 2015 14 commits
-
-
patrikhuber authored
-
patrikhuber authored
-
patrikhuber authored
- removed a few unnecessary temporary objects - unnecessary copy-construction of objects - formatting cleanup (whitespaces)
-
patrikhuber authored
In the default setting, it links to OpenCV's debug libs, and that doesn't work with the STL of the RelWithDebInfo build.
-
patrikhuber authored
This increases the readability of extract_texture a lot.
-
patrikhuber authored
- Added an assert that checks for texcoords - Pulled over changes from affine renderer - adding const and static_casts instead of C-style casts
-
patrikhuber authored
-
patrikhuber authored
-
patrikhuber authored
-
patrikhuber authored
- Taking a 3x4 affine matrix and adding an orthogonal row to make it 4x4 - Removed all transformations from clip to screen space as our camera matrix now goes directly from world to screen space - Removed division by w (it's 1 anyway)
-
patrikhuber authored
Conflicts: CMakeLists.txt: Just merged the new affine renderer headers and texture_extraction.hpp.
-
patrikhuber authored
-
patrikhuber authored
-
patrikhuber authored
- It works with our affine camera matrices estimated from the H&Z algorithm - Performs depth testing and rasterises triangles - Vertex-colouring only, no texturing - Will be used for the texture extraction
-
- 31 Jul, 2015 1 commit
-
-
patrikhuber authored
Also removed a few trailing whitespaces
-
- 30 Jul, 2015 1 commit
-
-
PhilippKopp authored
-
- 28 Jul, 2015 7 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Added an extensive check to see if the user is running MSVC, gcc or clang and what version. It's a bit unnecessary to be honest because it's documented. I will possibly remove it after dropping support for gcc-4.8 and -std=c++11.
-
Patrik Huber authored
The assembly on VC14 is the same, but anyway!
-
Patrik Huber authored
-
PhilippKopp authored
-
Patrik Huber authored
For path operator +=
-
- 21 Jul, 2015 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 15 Jul, 2015 1 commit
-
-
Patrik Huber authored
-
- 14 Jul, 2015 1 commit
-
-
Patrik Huber authored
-
- 12 Jul, 2015 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 11 Jul, 2015 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 09 Jul, 2015 3 commits
-
-
Patrik Huber authored
Added 'header-only' and changed the publication to the ICIP paper.
-
Patrik Huber authored
-
Patrik Huber authored
-