Commit e2e342aa authored by Davis King's avatar Davis King

updated docs

parent a081d4de
......@@ -136,6 +136,7 @@
<item>equalize_histogram</item>
<item>get_histogram</item>
<item>spatially_filter_image</item>
<item>spatially_filter_image_separable</item>
<item>separable_3x3_filter_block_grayscale</item>
<item>separable_3x3_filter_block_rgb</item>
<item>pyramid_down</item>
......@@ -893,6 +894,19 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>spatially_filter_image_separable</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/spatial_filtering_abstract.h</spec_file>
<description>
This global function performs spatial filtering on an image with a user
supplied separable filter.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -963,6 +963,7 @@
<term file="imaging.html" name="load_image"/>
<term file="imaging.html" name="save_dng"/>
<term file="imaging.html" name="spatially_filter_image"/>
<term file="imaging.html" name="spatially_filter_image_separable"/>
<term file="imaging.html" name="separable_3x3_filter_block_grayscale"/>
<term file="imaging.html" name="separable_3x3_filter_block_rgb"/>
<term file="imaging.html" name="pyramid_down"/>
......
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