fixed crash for windows if console widow is closed or CTRL_C/CTRL_BRAK keys in console are pressed.

This commit is contained in:
Anatoly Baksheev
2014-02-15 20:08:04 +04:00
parent 1a5dfe421d
commit 56754e907d
6 changed files with 62 additions and 12 deletions

View File

@@ -114,6 +114,8 @@ namespace cv
double getRenderingProperty(const String &id, int property);
void setRepresentation(int representation);
void setGlobalWarnings(bool enabled = false);
private:
struct VizImpl;