1. 16 Mar, 2017 3 commits
  2. 14 Mar, 2017 1 commit
  3. 12 Mar, 2017 6 commits
  4. 11 Mar, 2017 3 commits
  5. 08 Mar, 2017 10 commits
  6. 07 Mar, 2017 1 commit
    • Patrik Huber's avatar
      Fixed storage order bug with Eigen in the shape and blendshape fitting · 4cc304d1
      Patrik Huber authored
      When switching the shape and blendshape fitting to use the new Eigen models, these matrices weren't correctly mapped to cv::Mat. Eigen uses col-major storage order by default, and OpenCV row-major - so we now convert to a row-major Eigen matrix before mapping to a cv::Mat.
      This caused the fitting to produce faulty/meaningless results since the switch to Eigen.
      The output of the linear shape and blendshape fitting functions are now again identical before and after the switch to Eigen. (after 50 iterations, the result is marginally different, most likely because of small rounding differences.)
      4cc304d1
  7. 06 Mar, 2017 12 commits
  8. 05 Mar, 2017 4 commits