1
0
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:
Alexander Smorkalov
2024-04-19 14:01:08 +03:00
74 changed files with 967 additions and 632 deletions
@@ -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.