summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6dfbf32)
Set window size and title to make the interaction a little nicer.
}
cv::namedWindow("Frame", cv::WINDOW_NORMAL);
}
cv::namedWindow("Frame", cv::WINDOW_NORMAL);
+ cv::resizeWindow("Frame", frame_size);
+ cv::setWindowTitle("Frame", "OpenCV Trail Effect");
for (;;) {
inputVideo >> input_frame;
for (;;) {
inputVideo >> input_frame;