Commit 9ebbfc7b authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6207 from StevenPuttemans:fix_annotation

parents 05a68fd8 b47f2600
......@@ -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++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment