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

updated docs

parent ba8bae6a
...@@ -449,7 +449,7 @@ ...@@ -449,7 +449,7 @@
you take an image of a human face as input and are expected to identify the 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 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 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'/> <img src='face_landmarking_example.png'/>
<br/><br/> <br/><br/>
......
...@@ -8,26 +8,17 @@ ...@@ -8,26 +8,17 @@
<body> <body>
<p> <p>
Dlib is a modern C++ toolkit containing machine learning algorithms and tools Dlib is a modern C++ toolkit containing machine learning algorithms and tools
for creating complex software in C++ to solve real world problems. 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 is open source software and licensed it in any application, free of charge.
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>.
</p> </p>
<chm> <p>
<p> To follow or participate in the development of dlib subscribe to <a href="https://github.com/davisking/dlib">dlib on github</a>.
For updates to this project see <a href="http://dlib.net">dlib.net</a>. Also be sure to read the <a href="howto_contribute.html">how to contribute</a> page if you intend to
</p> submit code to the project.
</chm> </p>
<br/> <br/>
......
...@@ -96,10 +96,12 @@ ...@@ -96,10 +96,12 @@
<name>Dlib Blog</name> <name>Dlib Blog</name>
<link>http://blog.dlib.net</link> <link>http://blog.dlib.net</link>
</item> </item>
<!--
<item> <item>
<name>Forums</name> <name>Forums</name>
<link>https://sourceforge.net/p/dclib/discussion</link> <link>https://sourceforge.net/p/dclib/discussion</link>
</item> </item>
-->
<item> <item>
<name>Who uses dlib?</name> <name>Who uses dlib?</name>
<link>http://sourceforge.net/p/dclib/wiki/Known_users/</link> <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