mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge branch 4.x
This commit is contained in:
@@ -285,6 +285,15 @@ The function destroyAllWindows destroys all of the opened HighGUI windows.
|
||||
*/
|
||||
CV_EXPORTS_W void destroyAllWindows();
|
||||
|
||||
|
||||
/** @brief HighGUI backend used.
|
||||
|
||||
The function returns HighGUI backend name used: could be COCOA, GTK2/3, QT, WAYLAND or WIN32.
|
||||
Returns empty string if there is no available UI backend.
|
||||
*/
|
||||
CV_EXPORTS_W const std::string currentUIFramework();
|
||||
|
||||
|
||||
CV_EXPORTS_W int startWindowThread();
|
||||
|
||||
/** @brief Similar to #waitKey, but returns full key code.
|
||||
|
||||
Reference in New Issue
Block a user