Commit 545e42ab authored by Davis King's avatar Davis King

updated docs

parent dac39d2b
......@@ -400,6 +400,7 @@
<examples>
<example>face_landmark_detection_ex.cpp.html</example>
<example>train_shape_predictor_ex.cpp.html</example>
<example>webcam_face_pose_ex.cpp.html</example>
</examples>
</component>
......@@ -738,6 +739,9 @@
using the <a href="#toMat">toMat</a> routine.
</p>
</description>
<examples>
<example>webcam_face_pose_ex.cpp.html</example>
</examples>
</component>
......@@ -1105,6 +1109,7 @@
</description>
<examples>
<example>face_landmark_detection_ex.cpp.html</example>
<example>webcam_face_pose_ex.cpp.html</example>
</examples>
</component>
......@@ -2059,6 +2064,7 @@
<examples>
<example>face_detection_ex.cpp.html</example>
<example>face_detector.py.html</example>
<example>webcam_face_pose_ex.cpp.html</example>
</examples>
</component>
......
......@@ -162,6 +162,10 @@
<item nolink="true">
<name>Examples: C++</name>
<sub>
<item>
<name>Webcam_Face_Pose_Estimation</name>
<link>webcam_face_pose_ex.cpp.html</link>
</item>
<item>
<name>Learning_to_Track</name>
<link>learning_to_track_ex.cpp.html</link>
......
......@@ -11,6 +11,18 @@
<!-- ************************************************************************************** -->
<current>
New Features:
Non-Backwards Compatible Changes:
Bug fixes:
Other:
</current>
<!-- ************************************************************************************** -->
<old name="18.11" date="Nov 13, 2014">
New Features:
- Added save_jpeg()
- Added the option to use an identity matrix prior to vector_normalizer_frobmetric.
......@@ -34,7 +46,7 @@ Bug fixes:
has been fixed.
Other:
</current>
</old>
<!-- ************************************************************************************** -->
......
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