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

updated docs

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