Merge pull request #6204 from alalek:minor_fix_break

pull/6026/merge
Alexander Alekhin 9 years ago
commit 60f73eee7e
  1. 1
      apps/annotation/opencv_annotation.cpp

@ -150,6 +150,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++;

Loading…
Cancel
Save