Commit 38ec659b authored by Davis King's avatar Davis King

updated docs

parent cd431a5b
...@@ -398,6 +398,9 @@ ...@@ -398,6 +398,9 @@
This means that it takes an input image and outputs Felzenszwalb's This means that it takes an input image and outputs Felzenszwalb's
31 dimensional version of HOG features. 31 dimensional version of HOG features.
</description> </description>
<examples>
<example>fhog_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -1015,6 +1018,9 @@ ...@@ -1015,6 +1018,9 @@
way that shows the magnitude and orientation of the gradient way that shows the magnitude and orientation of the gradient
energy in each cell. energy in each cell.
</description> </description>
<examples>
<example>fhog_ex.cpp.html</example>
</examples>
</component> </component>
......
...@@ -179,8 +179,9 @@ ...@@ -179,8 +179,9 @@
<a href="imaging.html#save_bmp">writing</a> common image formats. </li> <a href="imaging.html#save_bmp">writing</a> common image formats. </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>Implementations of the <a href="imaging.html#get_surf_points">SURF</a> <li>Implementations of the <a href="imaging.html#get_surf_points">SURF</a>,
and <a href="imaging.html#hog_image">HOG</a> feature extraction algorithms.</li> <a href="imaging.html#hog_image">HOG</a>, and <a href="imaging.html#extract_fhog_features">FHOG</a>
feature extraction algorithms.</li>
<li>Tools for <a href="imaging.html#object_detector">detecting objects</a> in images.</li> <li>Tools for <a href="imaging.html#object_detector">detecting objects</a> in images.</li>
</ul> </ul>
</li> </li>
......
...@@ -258,6 +258,10 @@ ...@@ -258,6 +258,10 @@
<name>Image</name> <name>Image</name>
<link>image_ex.cpp.html</link> <link>image_ex.cpp.html</link>
</item> </item>
<item>
<name>FHOG_Feature_Extraction</name>
<link>fhog_ex.cpp.html</link>
</item>
<item> <item>
<name>SURF</name> <name>SURF</name>
<link>surf_ex.cpp.html</link> <link>surf_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