projects
/
experiments
/
opencv_trail_effect.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9f3139a
)
opencv_trail_effect.cpp: make the window resizeable
author
Antonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 09:43:25 +0000
(10:43 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 23 Feb 2018 09:43:25 +0000
(10:43 +0100)
opencv_trail_effect.cpp
patch
|
blob
|
history
diff --git
a/opencv_trail_effect.cpp
b/opencv_trail_effect.cpp
index
5fec5dc
..
6c0d09c
100644
(file)
--- a/
opencv_trail_effect.cpp
+++ b/
opencv_trail_effect.cpp
@@
-191,7
+191,7
@@
int main(int argc, char *argv[])
goto out_delete_trail;
}
goto out_delete_trail;
}
- cv::namedWindow("Frame", CV_WINDOW_
AUTOSIZE
);
+ cv::namedWindow("Frame", CV_WINDOW_
NORMAL
);
for (;;) {
inputVideo >> input_frame;
for (;;) {
inputVideo >> input_frame;