Skip to content

Commit

Permalink
Fix pydoc for align_dlib.align
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Jun 9, 2016
1 parent 54a5c9b commit 252c0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openface/align_dlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ def align(self, imgDim, rgbImg, bb=None,
:type landmarkIndices: list of ints
:param skipMulti: Skip image if more than one face detected.
:type skipMulti: bool
:param version: int
:param version: The alignment version to use.
:type version: int
:return: The aligned RGB image. Shape: (imgDim, imgDim, 3)
:rtype: numpy.ndarray
"""
Expand Down

0 comments on commit 252c0c9

Please sign in to comment.