Skip to content
Snippets Groups Projects
Commit f3b1d046 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix doc error

parent 19e4980d
No related branches found
No related tags found
1 merge request!353DFV and multiple fixes
......@@ -43,9 +43,9 @@ class FixedCrop(Cropper):
"""Implements cropping using a fixed suppression of border pixels
The defaults supress no lines from the image and returns an image like the
original. If an :py:class:`..database.AnnotatedArray` is passed, then we also
check for its ``.metadata['roi']`` component and correct it so that annotated
RoI points are consistent on the cropped image.
original. If an :py:class:`bob.bio.vein.database.AnnotatedArray` is passed,
then we also check for its ``.metadata['roi']`` component and correct it so
that annotated RoI points are consistent on the cropped image.
.. note::
......
......@@ -15,6 +15,11 @@ which can be used for vein experiments.
Database Interfaces
-------------------
Common Utilities
================
.. automodule:: bob.bio.vein.database
Vera Fingervein Database
========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment