mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
e8b97bb5e5
commit
dd603855c6
|
@ -244,6 +244,8 @@
|
||||||
<item>zero_border_pixels</item>
|
<item>zero_border_pixels</item>
|
||||||
<item>integral_image</item>
|
<item>integral_image</item>
|
||||||
<item>integral_image_generic</item>
|
<item>integral_image_generic</item>
|
||||||
|
<item>disturb_colors</item>
|
||||||
|
<item>random_color_transform</item>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -293,6 +295,32 @@
|
||||||
|
|
||||||
<!-- ************************************************************************* -->
|
<!-- ************************************************************************* -->
|
||||||
|
|
||||||
|
<component>
|
||||||
|
<name>disturb_colors</name>
|
||||||
|
<file>dlib/image_transforms.h</file>
|
||||||
|
<spec_file link="true">dlib/image_transforms/random_color_transform_abstract.h</spec_file>
|
||||||
|
<description>
|
||||||
|
Applies a random color transform an image. This is done by
|
||||||
|
creating a <a href="#random_color_transform">random_color_transform</a> with the given parameters and then
|
||||||
|
transforming each pixel in the image with the resulting transform.
|
||||||
|
</description>
|
||||||
|
</component>
|
||||||
|
|
||||||
|
<!-- ************************************************************************* -->
|
||||||
|
|
||||||
|
<component>
|
||||||
|
<name>random_color_transform</name>
|
||||||
|
<file>dlib/image_transforms.h</file>
|
||||||
|
<spec_file link="true">dlib/image_transforms/random_color_transform_abstract.h</spec_file>
|
||||||
|
<description>
|
||||||
|
This object generates a random color balancing and gamma correction
|
||||||
|
transform. It then allows you to apply that specific transform to as many
|
||||||
|
<a href="#rgb_pixel">rgb_pixel</a> objects as you like.
|
||||||
|
</description>
|
||||||
|
</component>
|
||||||
|
|
||||||
|
<!-- ************************************************************************* -->
|
||||||
|
|
||||||
<component>
|
<component>
|
||||||
<name>integral_image_generic</name>
|
<name>integral_image_generic</name>
|
||||||
<file>dlib/image_transforms.h</file>
|
<file>dlib/image_transforms.h</file>
|
||||||
|
|
|
@ -1321,6 +1321,8 @@
|
||||||
|
|
||||||
<term file="imaging.html" name="integral_image" include="dlib/image_transforms.h"/>
|
<term file="imaging.html" name="integral_image" include="dlib/image_transforms.h"/>
|
||||||
<term file="imaging.html" name="integral_image_generic" include="dlib/image_transforms.h"/>
|
<term file="imaging.html" name="integral_image_generic" include="dlib/image_transforms.h"/>
|
||||||
|
<term file="imaging.html" name="disturb_colors" include="dlib/image_transforms.h"/>
|
||||||
|
<term file="imaging.html" name="random_color_transform" include="dlib/image_transforms.h"/>
|
||||||
<term file="imaging.html" name="hough_transform" include="dlib/image_transforms.h"/>
|
<term file="imaging.html" name="hough_transform" include="dlib/image_transforms.h"/>
|
||||||
<term file="imaging.html" name="skeleton" include="dlib/image_transforms.h"/>
|
<term file="imaging.html" name="skeleton" include="dlib/image_transforms.h"/>
|
||||||
<term file="imaging.html" name="hessian_pyramid" include="dlib/image_keypoint.h"/>
|
<term file="imaging.html" name="hessian_pyramid" include="dlib/image_keypoint.h"/>
|
||||||
|
|
Loading…
Reference in New Issue