提交 3441b2df 编写于 作者: K Kevin Hughes

starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error

上级 47c84335
...@@ -37,7 +37,7 @@ int process(VideoCapture& capture) { ...@@ -37,7 +37,7 @@ int process(VideoCapture& capture) {
char filename[200]; char filename[200];
string window_name = "video | q or esc to quit"; string window_name = "video | q or esc to quit";
cout << "press space to save a picture. q or esc to quit" << endl; cout << "press space to save a picture. q or esc to quit" << endl;
namedWindow(window_name, CV_WINDOW_KEEPRATIO); //resizable window; namedWindow(window_name, WINDOW_KEEPRATIO); //resizable window;
Mat frame; Mat frame;
for (;;) { for (;;) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册