- 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 1 commit
-
-
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
-
- 19 Nov, 2016 5 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Added a description of the file to share/readme
-
Patrik Huber authored
Using nanoflann's kd-tree for fast searching
-
Patrik Huber authored
Fixed previously uninitialised screen_width/height in constructor from ScaledOrthoProjectionParameters These changes are for the closest edge fitting.
-
Patrik Huber authored
-
- 18 Nov, 2016 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
- 17 Nov, 2016 9 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
* Function to compute the mesh contour vertices * nanoflann adaptor for vector<Eigen::Vector2d> (it should work with glm::vec2 too actually)
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 15 Nov, 2016 9 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
clang and gcc complained about this, while VS2015 accepted it. It turns out this is the much better way to do it!
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Added SOP algorithm to features, added Python bindings section, updated GLM path and added note to clone with --recursive.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-