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

Merge pull request #6207 from StevenPuttemans:fix_annotation

This commit is contained in:
Alexander Alekhin
2016-03-04 11:02:19 +00:00
+1
View File
@@ -152,6 +152,7 @@ void get_annotations(Mat input_image, stringstream* output_stream)
case 27:
destroyWindow(window_name);
stop = true;
break;
case 99:
// Add a rectangle to the list
num_of_rec++;