updated docs

This commit is contained in:
Davis King 2014-12-09 17:43:09 -05:00
parent ad99a6668e
commit 5589665bab
2 changed files with 7 additions and 0 deletions

View File

@ -268,6 +268,9 @@
create correspondingly stronger line detections in the final create correspondingly stronger line detections in the final
Hough transform. Hough transform.
</description> </description>
<examples>
<example>hough_transform_ex.cpp.html</example>
</examples>
</component> </component>

View File

@ -162,6 +162,10 @@
<item nolink="true"> <item nolink="true">
<name>Examples: C++</name> <name>Examples: C++</name>
<sub> <sub>
<item>
<name>Hough_Transform</name>
<link>hough_transform_ex.cpp.html</link>
</item>
<item> <item>
<name>Webcam_Face_Pose_Estimation</name> <name>Webcam_Face_Pose_Estimation</name>
<link>webcam_face_pose_ex.cpp.html</link> <link>webcam_face_pose_ex.cpp.html</link>