Skip to content
Snippets Groups Projects
Commit 999947c9 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the docs too

parent 55fbb966
Branches
Tags
1 merge request!60Change the API of yield_faces
Pipeline #
...@@ -201,7 +201,7 @@ def color_augmentation(image, channels=('rgb',)): ...@@ -201,7 +201,7 @@ def color_augmentation(image, channels=('rgb',)):
---------- ----------
image : numpy.array image : numpy.array
The image in RGB Bob format. The image in RGB Bob format.
channels : tuple, optional channels : :obj:`tuple`, optional
List of channels to convert the image to. It can be any of ``rgb``, List of channels to convert the image to. It can be any of ``rgb``,
``yuv``, ``hsv``. ``yuv``, ``hsv``.
......
...@@ -71,10 +71,14 @@ Utilities ...@@ -71,10 +71,14 @@ Utilities
--------- ---------
.. autosummary:: .. autosummary::
bob.pad.face.utils.bbx_cropper
bob.pad.face.utils.blocks bob.pad.face.utils.blocks
bob.pad.face.utils.color_augmentation
bob.pad.face.utils.frames bob.pad.face.utils.frames
bob.pad.face.utils.min_face_size_normalizer
bob.pad.face.utils.number_of_frames bob.pad.face.utils.number_of_frames
bob.pad.face.utils.scale_face bob.pad.face.utils.scale_face
bob.pad.face.utils.the_giant_video_loader
bob.pad.face.utils.yield_faces bob.pad.face.utils.yield_faces
bob.pad.face.utils.yield_frames bob.pad.face.utils.yield_frames
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment