- 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 3 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 02 May, 2016 1 commit
-
-
Patrik Huber authored
Renamed fit_shape_model to fit_shape, since it's fitting the shape in general (including blendshapes), and not only the PCA model.
-
- 01 May, 2016 1 commit
-
-
Patrik Huber authored
-
- 30 Apr, 2016 3 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Added a BUILD_UTILS CMake option, defaulting to OFF.
-
Patrik Huber authored
-
- 25 Feb, 2016 3 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
- Added expression fitting - Added Surrey Face Model section - Slightly restructured build and sample section - Replaced ICIP with the VISAPP publication - Replaced license badge with static one
-
- 17 Feb, 2016 2 commits
-
-
Patrik Huber authored
Related to last commit: Added serialisation methods for boost::optional. Copied the file from https://github.com/USCiLab/cereal/pull/122, hopefully that pull-request will be accepted. This commit adds the file to CMakeLists.
-
Patrik Huber authored
I don't think we need two representations for it, one struct with a type is easier. At the moment, we only use an orthographic camera anyway. - As before, it should contain all the parameters necessary to render an image using OpenGL, and conform to the OpenGL conventions - Updated all calling sites - Added serialisation - Added a convenience method to save the parameters to a json file
-