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

Fix function comment

parent 7cd2ef0d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -168,7 +168,7 @@ class File(Base, bob.db.base.File): ...@@ -168,7 +168,7 @@ class File(Base, bob.db.base.File):
Returns: Returns:
numpy.ndarray: A 2D array of 8-bit unsigned integers corresponding to numpy.ndarray: A 2D array of 16-bit unsigned integers corresponding to
annotations for the given fingervein image. Points are loaded in (y,x) annotations for the given fingervein image. Points are loaded in (y,x)
format so, the first column of the returned array correspond to the format so, the first column of the returned array correspond to the
y-values while the second column to the x-values of each coordinate. y-values while the second column to the x-values of each coordinate.
......
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