pyufunc.img_show#
- pyufunc.img_show(img, is_PIL_show=False, verbose=True)#
Show image in a window from image path or image array or PIL image object.
- Parameters:
Example
>>> import cv2 >>> from pyufunc import img_show >>> img = cv2.imread('test.jpg') >>> img_show(img)