1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #11075 from iluxave:master

This commit is contained in:
Alexander Alekhin
2018-03-15 09:58:04 +00:00
-1
View File
@@ -140,7 +140,6 @@ vector<Rect> get_annotations(Mat input_image)
switch( key_pressed )
{
case 27:
destroyWindow(window_name);
stop = true;
break;
case 99: