Commit 350d7bb5 authored by Davis King's avatar Davis King

updated docs

parent 93121255
......@@ -81,6 +81,7 @@
<name>Keypoints and Descriptors</name>
<item>integral_image</item>
<item>integral_image_generic</item>
<item>hessian_pyramid</item>
<item>compute_dominant_angle</item>
<item>compute_surf_descriptor</item>
......@@ -147,7 +148,7 @@
<!-- ************************************************************************* -->
<component>
<name>integral_image</name>
<name>integral_image_generic</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/integral_image_abstract.h</spec_file>
<description>
......@@ -161,6 +162,21 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>integral_image</name>
<file>dlib/image_transforms.h</file>
<spec_file>dlib/image_transforms/integral_image_abstract.h</spec_file>
<description>
This is a specialization of the <a href="#integral_image_generic">integral_image_generic</a>
template for the case where sums of pixel values should be represented with
longs. E.g. if you use 8bit pixels in your original images then this is
the appropriate kind of integral image to use with them.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -967,6 +967,7 @@
<term file="imaging.html" name="jpeg_loader"/>
<term file="imaging.html" name="integral_image"/>
<term file="imaging.html" name="integral_image_generic"/>
<term file="imaging.html" name="hessian_pyramid"/>
<term file="imaging.html" name="compute_dominant_angle"/>
<term file="imaging.html" name="compute_surf_descriptor"/>
......
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