Added destroyAllWindows and docs (ticket #957).

This commit is contained in:
Ilya Lysenkov
2011-06-20 13:24:48 +00:00
parent 233dfd252d
commit fce7ba4eaf
3 changed files with 38 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ enum { WINDOW_AUTOSIZE=1 };
CV_EXPORTS_W void namedWindow( const string& winname, int flags=WINDOW_AUTOSIZE );
CV_EXPORTS_W void destroyWindow( const string& winname );
CV_EXPORTS_W void destroyAllWindows();
CV_EXPORTS_W int startWindowThread();
CV_EXPORTS_W void setWindowProperty(const string& winname, int prop_id, double prop_value);//YV