Skip to content
Snippets Groups Projects
  1. Nov 08, 2016
  2. Nov 07, 2016
  3. Nov 06, 2016
  4. Oct 10, 2016
  5. Oct 09, 2016
  6. Oct 04, 2016
  7. Sep 29, 2016
  8. Sep 20, 2016
  9. Sep 19, 2016
  10. Sep 18, 2016
  11. Sep 17, 2016
  12. Sep 11, 2016
    • Patrik Huber's avatar
      Changed Mesh to use glm::tvec* instead of OpenCV · 7d775985
      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.
      7d775985
  13. Aug 22, 2016
    • Patrik Huber's avatar
      Added colour coefficients fitting using Ceres · 40fb71b0
      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.
      40fb71b0
Loading