- 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.
-
- 25 Nov, 2016 5 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
This contains a NNLS solver, which we use to solve for the blendshape coefficients.
-
- 23 Nov, 2016 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
- 22 Nov, 2016 1 commit
-
-
Patrik Huber authored
We have two of these functions now, one for glm::vec3 and one for cv::Vec3f. At some point, this needs clean-up!
-
- 21 Nov, 2016 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-