Add cv::setWindowTitle to highgui

This commit is contained in:
Andrey Kamaev
2014-11-18 02:27:02 +03:00
parent 1744098438
commit f4ba8b13c7
8 changed files with 118 additions and 9 deletions

View File

@@ -136,6 +136,8 @@ CV_EXPORTS_W void moveWindow(const String& winname, int x, int y);
CV_EXPORTS_W void setWindowProperty(const String& winname, int prop_id, double prop_value);
CV_EXPORTS_W void setWindowTitle(const String& winname, const String& title);
CV_EXPORTS_W double getWindowProperty(const String& winname, int prop_id);
//! assigns callback for mouse events