Commit 116ac765 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403054
parent 9fb94938
...@@ -1186,6 +1186,7 @@ ...@@ -1186,6 +1186,7 @@
<examples> <examples>
<example>gui_api_ex.cpp.html</example> <example>gui_api_ex.cpp.html</example>
<example>image_ex.cpp.html</example> <example>image_ex.cpp.html</example>
<example>surf_ex.cpp.html</example>
<example>bayes_net_gui_ex.cpp.html</example> <example>bayes_net_gui_ex.cpp.html</example>
</examples> </examples>
</component> </component>
......
...@@ -178,6 +178,9 @@ ...@@ -178,6 +178,9 @@
function is just an example of one way you might do so. function is just an example of one way you might do so.
</p> </p>
</description> </description>
<examples>
<example>surf_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -258,6 +261,9 @@ ...@@ -258,6 +261,9 @@
This is a simple struct used to represent the SURF points returned This is a simple struct used to represent the SURF points returned
by the <a href="#get_surf_points">get_surf_points</a> function. by the <a href="#get_surf_points">get_surf_points</a> function.
</description> </description>
<examples>
<example>surf_ex.cpp.html</example>
</examples>
</component> </component>
......
...@@ -141,6 +141,8 @@ ...@@ -141,6 +141,8 @@
<li>Windows BMP <a href="imaging.html#load_bmp">read</a> and <a href="imaging.html#save_bmp">write</a> support</li> <li>Windows BMP <a href="imaging.html#load_bmp">read</a> and <a href="imaging.html#save_bmp">write</a> support</li>
<li>Automatic color space conversion between various pixel types</li> <li>Automatic color space conversion between various pixel types</li>
<li>Common image operations such as edge finding and morphological operations</li> <li>Common image operations such as edge finding and morphological operations</li>
<li>An implementation of the <a href="imaging.html#get_surf_points">SURF</a> feature
extraction algorithm.</li>
</ul> </ul>
</li> </li>
......
...@@ -125,6 +125,10 @@ ...@@ -125,6 +125,10 @@
<name>Image</name> <name>Image</name>
<link>image_ex.cpp.html</link> <link>image_ex.cpp.html</link>
</item> </item>
<item>
<name>SURF</name>
<link>surf_ex.cpp.html</link>
</item>
<item> <item>
<name>Rank_Features</name> <name>Rank_Features</name>
<link>rank_features_ex.cpp.html</link> <link>rank_features_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