Commit 841a330e authored by Patrik Huber's avatar Patrik Huber

Fixed link to Github

parent dcee929d
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
<ul> <ul>
<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 &amp; Zisserman</li> <li>the <em>Gold Standard Algorithm</em> for estimating an affine camera matrix, from Multiple View Geometry, Hartley &amp; 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>
<a id="more-information-features-and-sample-code-on-github" class="anchor" href="#more-information-features-and-sample-code-on-github" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="https://github.com/patrikhuber/superviseddescent">More information, features and sample code on Github</a> <a id="more-information-features-and-sample-code-on-github" class="anchor" href="#more-information-features-and-sample-code-on-github" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="https://github.com/patrikhuber/eos">More information, features and sample code on Github</a>
</h3> </h3>
<h3> <h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment