1 | initial version |
Thanks, my problems was just name in namedWindow("edges",3); have to same that imshow("edges", frame);
2 | No.2 Revision |
Thanks, my problems was just name in namedWindow("edges",3); have to same that imshow("edges", frame); and this cv::namedWindow( "edges", CV_WINDOW_KEEPRATIO | CV_WINDOW_NORMAL | CV_GUI_NORMAL );
run