mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
358ec04413
checks whether the window exists and is visible. On QT closing a window merley hides it, so the common hack for checking whether a window exists exists = cv2.getWindowProperty(.., 0) >= 0 does not work. |
||
---|---|---|
.. | ||
doc/pics | ||
include/opencv2 | ||
src | ||
test | ||
CMakeLists.txt |