Commit c1edd2d2 authored by Davis King's avatar Davis King

updated docs

parent fce8eaab
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
<item>separable_3x3_filter_block_grayscale</item> <item>separable_3x3_filter_block_grayscale</item>
<item>separable_3x3_filter_block_rgb</item> <item>separable_3x3_filter_block_rgb</item>
<item>sum_filter</item> <item>sum_filter</item>
<item>max_filter</item>
<item>spatially_filter_image_separable_down</item> <item>spatially_filter_image_separable_down</item>
</section> </section>
...@@ -1110,6 +1111,20 @@ ...@@ -1110,6 +1111,20 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>max_filter</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/spatial_filtering_abstract.h</spec_file>
<description>
This function slides a rectangle over an input image and outputs a new
image which contains the maximum valued pixel found inside the rectangle at each
position in the input image.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -1094,6 +1094,7 @@ ...@@ -1094,6 +1094,7 @@
<term file="imaging.html" name="gaussian_blur"/> <term file="imaging.html" name="gaussian_blur"/>
<term file="imaging.html" name="spatially_filter_image"/> <term file="imaging.html" name="spatially_filter_image"/>
<term file="imaging.html" name="sum_filter"/> <term file="imaging.html" name="sum_filter"/>
<term file="imaging.html" name="max_filter"/>
<term file="imaging.html" name="spatially_filter_image_separable"/> <term file="imaging.html" name="spatially_filter_image_separable"/>
<term file="imaging.html" name="spatially_filter_image_separable_down"/> <term file="imaging.html" name="spatially_filter_image_separable_down"/>
<term file="imaging.html" name="separable_3x3_filter_block_grayscale"/> <term file="imaging.html" name="separable_3x3_filter_block_grayscale"/>
......
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