Commit 141b0efb authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403483
parent 39c77074
......@@ -145,8 +145,8 @@
<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>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>
<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>
</ul>
</li>
......
......@@ -11,7 +11,9 @@
<p>
This page documents library components that attempt to find the
minimum or maximum of a user supplied function.
minimum or maximum of a user supplied function. An introduction
general purpose non-linear optimizers in this section can be
found <a href="optimization_ex.cpp.html">here</a>.
</p>
</body>
......
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