- 04 Dec, 2016 10 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
This mainly required conversions for glm quat and mat4x4.
-
Patrik Huber authored
This contains conversion for vector<glm::tvecX> for the vertices, colours, and texcoords, and vector<array<int, 3>> for the triangle indices. We can now successfully return a Mesh to Matlab.
-
Patrik Huber authored
Calling it works great! No result is returned yet from C++ to Matlab.
-
Patrik Huber authored
This works when the current working directory in matlab is eos/matlab!
-
- 03 Dec, 2016 7 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Also moved the Eigen Matrix to Matlab conversion to a separate file
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 02 Dec, 2016 5 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Fixed bug that the given num_shape_coefficients_to_fit was not forwarded to the shape-fitting function
-
Patrik Huber authored
It didn't really results in a performance improvement, but it may help.
-
Patrik Huber authored
-
- 01 Dec, 2016 2 commits
-
-
Patrik Huber authored
This results in a significant speed-up!
-
Patrik Huber authored
It doesn't make a real performance difference (since all matrices are smartpointers) but it's better practice.
-
- 30 Nov, 2016 1 commit
-
-
Patrik Huber authored
Updated all example apps.
-
- 27 Nov, 2016 9 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
# Resolved conflicts: # include/eos/fitting/RenderingParameters.hpp # include/eos/fitting/contour_correspondence.hpp
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
It uses pose, shape, blendshapes and contour fitting.
-
Patrik Huber authored
-
- 26 Nov, 2016 6 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
It fits pose and shape, uses front-facing contour as well as occluding contour fitting. It can iterate (alternate) the pose and shape fitting. A simpler overload exists with less parameters and reasonable defaults.
-
Patrik Huber authored
Also removed unnecessary model_points vector
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
The function was often already called with degrees, not radians, so this resulted in converting to degree twice. It didn't matter because only a comparison of <0 and >0 was done. But it's fixed and clearly documented now that the function expects the yaw angle in degrees.
-