mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 23:51:16 +08:00
missing break statement
This commit is contained in:
parent
05a68fd82b
commit
b47f2600cd
@ -152,6 +152,7 @@ void get_annotations(Mat input_image, stringstream* output_stream)
|
|||||||
case 27:
|
case 27:
|
||||||
destroyWindow(window_name);
|
destroyWindow(window_name);
|
||||||
stop = true;
|
stop = true;
|
||||||
|
break;
|
||||||
case 99:
|
case 99:
|
||||||
// Add a rectangle to the list
|
// Add a rectangle to the list
|
||||||
num_of_rec++;
|
num_of_rec++;
|
||||||
|
Loading…
Reference in New Issue
Block a user