added openCV.h to each class
This commit is contained in:
+1
-2
@@ -13,8 +13,7 @@ int main() {
|
||||
bool fullscreen;
|
||||
|
||||
fullscreen = true;
|
||||
|
||||
fullscreen = false;
|
||||
//fullscreen = false;
|
||||
|
||||
cout << "> display configuration" << endl;
|
||||
cout << "* fullscreen: " << (fullscreen ? "yes" : "no") << endl;
|
||||
|
||||
Reference in New Issue
Block a user