opencv_trail_effect.cpp: make the window resizeable
authorAntonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 09:43:25 +0000 (10:43 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 09:43:25 +0000 (10:43 +0100)
opencv_trail_effect.cpp

index 5fec5dc..6c0d09c 100644 (file)
@@ -191,7 +191,7 @@ int main(int argc, char *argv[])
                goto out_delete_trail;
        }
 
-       cv::namedWindow("Frame", CV_WINDOW_AUTOSIZE);
+       cv::namedWindow("Frame", CV_WINDOW_NORMAL);
 
        for (;;) {
                inputVideo >> input_frame;