- 26 Sep, 2016 1 commit
-
-
Patrik Huber authored
-
- 24 Sep, 2016 1 commit
-
-
Patrik Huber authored
Also removed trailing space from vertex/colour data
-
- 31 Aug, 2016 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 21 Aug, 2016 3 commits
-
-
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
-
- 15 Jan, 2016 3 commits
-
-
Patrik Huber authored
Probably needed because OpenCV needs it, and we depend on OpenCV.
-
Patrik Huber authored
-
Patrik Huber authored
-
- 02 Jan, 2016 1 commit
-
-
Patrik Huber authored
The previous code is non-standard conformant, it was assigning a temporary to a non-const reference. VS2015 accepts it most likely because of a non-standard extension.
-
- 01 Jan, 2016 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
* The inner mouth corners are not mapped since I think they don't realy exist in the 3D model. * Some points are not defined on the reference and only present in the 3448 model and above. * A few of the selected 3D vertices could be improved a bit, I have some notes on it, if someone is interested, contact me.
-
- 31 Dec, 2015 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
If not given, the mean will be used, which is the right thing in that case.
-
- 26 Dec, 2015 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
This is used for example when we fit blendshapes and want to fit the PCA shape given current blendshape parameters.
-
- 24 Dec, 2015 1 commit
-
-
Patrik Huber authored
See GitHub issue #4 for details.
-
- 22 Dec, 2015 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
This runs 10-30% faster (and is potentially more stable).
-
- 21 Dec, 2015 1 commit
-
-
Patrik Huber authored
Based on the linear landmark fitting. The regularisation is set conservatively, in the experiments so far even a zero value yielded good results.
-