- 15 Nov, 2016 6 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Submodule points at release tag 0.9.8.3
-
Patrik Huber authored
-
- 08 Nov, 2016 10 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
I think what happened earlier is by merging the old python-bindings branch first, the pybind "upgrade" was actually a downgrade. But now it should be back to the latest.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
* Now using the transparent glm bindings * Replaced nonlinear camera estimate with the linear algorithm * Updated RenderingParameters bindings
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 07 Nov, 2016 9 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Adjusted RenderingParameters constructor accordingly. This is useful to get correct angle estimates when, as in OpenCV, the viewport is upside-down. It could maybe also be solved by negating the 2nd and 3rd row of the rotation matrix in RenderingParameters, but I couldn't get the projection right. This is probably nicer.
-
Patrik Huber authored
It still needs a more proper cleanup.
-
- 06 Nov, 2016 3 commits
-
-
Patrik Huber authored
RenderingParameters gets more and more chaotic, needs a major overhaul.
-
Patrik Huber authored
Based on the affine camera estimate, and then doing SVD to obtain the closest orthonormal rotation matrix.
-
Patrik Huber authored
-
- 10 Oct, 2016 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
- 09 Oct, 2016 4 commits
-
-
Patrik Huber authored
This is mainly to accommodate fit-model-ceres, where I've used double for all parameters
-
Patrik Huber authored
At least gcc-5.4 on Ubuntu 16.04 needs it. It shouldn't hurt on older versions.
-
Patrik Huber authored
-
Patrik Huber authored
At least gcc-5.4 on Ubuntu 16.04 needs it. It shouldn't hurt on older versions.
-
- 04 Oct, 2016 3 commits
-
-
Patrik Huber authored
Careful about GLM's notation! A 3x4 matrix is a mat4x3!
-
Patrik Huber authored
-
Patrik Huber authored
Based on pybind11/eigen.h, fairly simple. A bit of care had to be taken for matrices because glm stores the data in col-major layout in memory. It makes an unnecessary copy of the data in glm::make_mat*, but these types are small anyway.
-
- 29 Sep, 2016 1 commit
-
-
Patrik Huber authored
This fixes the constexpr bug with VS2015U3
-
- 26 Sep, 2016 2 commits
-
-
Patrik Huber authored
This didn't really work too well, the file just gets too big. Maybe if we could improve the generated json in cereal, but that's too much effort for now.
-
Patrik Huber authored
-