opencv/modules/highgui/include/opencv2/highgui
Pavel Rojtberg 358ec04413 highgui: add property WND_PROP_VISIBLE
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.
2016-10-28 11:35:02 +02:00
..
highgui_c.h highgui: add property WND_PROP_VISIBLE 2016-10-28 11:35:02 +02:00
highgui_winrt.hpp Added support for highgui module on WinRT 8.1+ 2015-06-26 23:41:25 +03:00
highgui.hpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00