CTPN icon indicating copy to clipboard operation
CTPN copied to clipboard

@tianzhi0549 cv2.showimage is wrong in my mechine, If i do not have this function, there is no alternative?

Open dotsonliu opened this issue 7 years ago • 2 comments

image

dotsonliu avatar Sep 19 '17 12:09 dotsonliu

@dotsonliu I suggest that you could use cv2.imwrite("test.jpg", im) instead, which will save the image as test.jpg. You can open it with any image viewer. Hope it is useful for you:-).

tianzhi0549 avatar Sep 19 '17 12:09 tianzhi0549

ok,ths very much

dotsonliu avatar Sep 19 '17 13:09 dotsonliu