mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
0639831a21
commit
ff49869b24
|
@ -116,6 +116,8 @@
|
|||
<item>equalize_histogram</item>
|
||||
<item>get_histogram</item>
|
||||
<item>spatially_filter_image</item>
|
||||
<item>separable_3x3_filter_block_grayscale</item>
|
||||
<item>separable_3x3_filter_block_rgb</item>
|
||||
<item>pyramid_down</item>
|
||||
<item>zero_border_pixels</item>
|
||||
|
||||
|
@ -824,6 +826,32 @@
|
|||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>separable_3x3_filter_block_grayscale</name>
|
||||
<file>dlib/image_transforms.h</file>
|
||||
<spec_file link="true">dlib/image_transforms/spatial_filtering_abstract.h</spec_file>
|
||||
<description>
|
||||
This routine filters part of an image with a user supplied 3x3 separable filter.
|
||||
The output is a grayscale sub-image.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>separable_3x3_filter_block_rgb</name>
|
||||
<file>dlib/image_transforms.h</file>
|
||||
<spec_file link="true">dlib/image_transforms/spatial_filtering_abstract.h</spec_file>
|
||||
<description>
|
||||
This routine filters part of an image with a user supplied 3x3 separable filter.
|
||||
The output is a RGB sub-image.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
|
|
|
@ -951,6 +951,8 @@
|
|||
<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="separable_3x3_filter_block_grayscale"/>
|
||||
<term file="imaging.html" name="separable_3x3_filter_block_rgb"/>
|
||||
<term file="imaging.html" name="pyramid_down"/>
|
||||
<term file="imaging.html" name="threshold_image"/>
|
||||
<term file="imaging.html" name="auto_threshold_image"/>
|
||||
|
|
Loading…
Reference in New Issue