- 07 Nov, 2016 8 commits
-
-
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 3 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
-
- 11 Sep, 2016 1 commit
-
-
Patrik Huber authored
Changed all affected functions and classes accordingly: Mainly the renderer, affine-renderer, and affine texture extraction. This results in a ~35% speed-up of rendering meshes. It requires some not-so-beautiful conversions in render_affine and the current texture extraction, but they will be superseded by the new renderer soon anyway.
-
- 22 Aug, 2016 14 commits
-
-
Patrik Huber authored
Fits camera, shape, blendshapes and colour coefficients with a cost function containing a landmark constraint, priors, and minimising the error between the input image's RGB values and the model estimate (rendered at each vertex). Note: The image cost function cannot be used with the model on GitHub, as it doesn't include the colour PCA.
-
Patrik Huber authored
-
Patrik Huber authored
Not sure what's the best place to put them, let's put them here for now.
-
Patrik Huber authored
* Fits the pose (camera) to landmarks using the newly added Ceres cost functions * Added find_package(Ceres) to CMakeLists.txt
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
He updated it quite a few months ago and sent the file to me - now finally committed.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
* The changes were necessary to fix issues with Ceres's Jet type in glm vector and matrix types * Added glm-git-modified-readme.txt to explain these changes
-
- 21 Aug, 2016 5 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
* Added const and non-const overloads. The non-const is needed because of the RNG in PcaModel. * Renamed a few variables for consistency
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
This is needed by the json-to-cereal-binary app to read the JSON generated from the Matlab BFM converter script.
-
- 22 May, 2016 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Otherwise, it looked like JSONlab will not write the output file, probably because it's >1GB. See GitHub issue #29.
-
- 21 May, 2016 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-