Commit 1f5e4066 authored by Davis King's avatar Davis King

updated docs

parent ba8bae6a
......@@ -449,7 +449,7 @@
you take an image of a human face as input and are expected to identify the
locations of important facial landmarks such as the corners of the mouth
and eyes, tip of the nose, and so forth. For example, here is the output
of dlib's <a href="http://sourceforge.net/projects/dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz2">68-face-landmark shape_predictor</a> on an image from the HELEN dataset: <br/><br/>
of dlib's <a href="http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2">68-face-landmark shape_predictor</a> on an image from the HELEN dataset: <br/><br/>
<img src='face_landmarking_example.png'/>
<br/><br/>
......
......@@ -8,26 +8,17 @@
<body>
<p>
Dlib is a modern C++ toolkit containing machine learning algorithms and tools
for creating complex software in C++ to solve real world problems.
It is open source software and licensed
under the <a href="license.html">Boost Software License</a>.
The <a href="intro.html">introduction</a> contains everything you need to know to get
started using the library. However, if after consulting the documentation, you have any questions, comments,
or complaints feel free to post in the
<a href='http://sourceforge.net/p/dclib/discussion'>forums</a>.
for creating complex software in C++ to solve real world problems. It is used throughout industry and
academia and its <a href="license.html">open source licensing</a> allows you to use
it in any application, free of charge.
</p>
<chm>
<p>
For updates to this project see <a href="http://dlib.net">dlib.net</a>.
</p>
</chm>
<p>
To follow or participate in the development of dlib subscribe to <a href="https://github.com/davisking/dlib">dlib on github</a>.
Also be sure to read the <a href="howto_contribute.html">how to contribute</a> page if you intend to
submit code to the project.
</p>
<br/>
......
......@@ -96,10 +96,12 @@
<name>Dlib Blog</name>
<link>http://blog.dlib.net</link>
</item>
<!--
<item>
<name>Forums</name>
<link>https://sourceforge.net/p/dclib/discussion</link>
</item>
-->
<item>
<name>Who uses dlib?</name>
<link>http://sourceforge.net/p/dclib/wiki/Known_users/</link>
......
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