1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 05:17:39 +08:00

Merge pull request #2042 from paroj:ovis_env

This commit is contained in:
Alexander Alekhin
2019-03-14 21:53:35 +00:00

View File

@@ -248,6 +248,11 @@ CV_EXPORTS_W void addResourceLocation(const String& path);
* @param title window title * @param title window title
* @param size size of the window * @param size size of the window
* @param flags a combination of @ref SceneSettings * @param flags a combination of @ref SceneSettings
*
* Furthermore, the behavior is controlled by the following environment variables
* - OPENCV_OVIS_VERBOSE_LOG: print all of OGRE log output
* - OPENCV_OVIS_RENDERSYSTEM: the name of the OGRE RenderSystem to use
* - OPENCV_OVIS_NOVSYNC: disable VSYNC for all windows
*/ */
CV_EXPORTS_W Ptr<WindowScene> createWindow(const String& title, const Size& size, CV_EXPORTS_W Ptr<WindowScene> createWindow(const String& title, const Size& size,
int flags = SCENE_INTERACTIVE | SCENE_AA); int flags = SCENE_INTERACTIVE | SCENE_AA);