提交 19ac5702 编写于 作者: Q qingqing01

Fix the typo.

上级 353d26ce
...@@ -277,10 +277,9 @@ def left_right_flip(im, is_color=True): ...@@ -277,10 +277,9 @@ def left_right_flip(im, is_color=True):
im = left_right_flip(im) im = left_right_flip(im)
:paam im: input image with HWC layout or HW layout for gray image :param im: input image with HWC layout or HW layout for gray image
:type im: ndarray :type im: ndarray
:paam is_color: whether color input image or not :param is_color: whether input image is color or not
:type is_color: bool :type is_color: bool
""" """
if len(im.shape) == 3 and is_color: if len(im.shape) == 3 and is_color:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册