Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 183 Bytes

File metadata and controls

13 lines (9 loc) · 183 Bytes

销毁窗口(destroyWindow)

销毁所有窗口。

cv2.destroyAllWindows()

销毁单个窗口, 传入要销毁的窗口名称

cv2.destroyWindow(window_name)