<li>MorphableModel class to represent a 3DMM (using OpenCVs <code>cv::Mat</code>)</li>
<li>MorphableModel class to represent a 3DMM (using OpenCVs <code>cv::Mat</code>)</li>
<li>Camera pose estimation, implementation of:
<li>Camera pose estimation, implementation of:
<ul>
<ul>
<li>the <em>Gold Standard Algorithm</em> for estimating an affine camera matrix, from Multiple View Geometry, Hartley & Zisserman</li>
<li>the <em>Gold Standard Algorithm</em> for estimating an affine camera matrix, from Multiple View Geometry, Hartley & Zisserman</li>
<li>a non-linear algorithm that directly estimates the pose angles and camera translation</li>
<li>a non-linear algorithm that directly estimates the pose angles and camera translation</li>
...
@@ -55,7 +54,7 @@
...
@@ -55,7 +54,7 @@
</ul>
</ul>
<h3>
<h3>
<aid="more-information-features-and-sample-code-on-github"class="anchor"href="#more-information-features-and-sample-code-on-github"aria-hidden="true"><spanclass="octicon octicon-link"></span></a><ahref="https://github.com/patrikhuber/superviseddescent">More information, features and sample code on Github</a>
<aid="more-information-features-and-sample-code-on-github"class="anchor"href="#more-information-features-and-sample-code-on-github"aria-hidden="true"><spanclass="octicon octicon-link"></span></a><ahref="https://github.com/patrikhuber/eos">More information, features and sample code on Github</a>