Commit 5589665b authored by Davis King's avatar Davis King

updated docs

parent ad99a666
...@@ -268,6 +268,9 @@ ...@@ -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>
......
...@@ -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>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>
......
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