Skip to content

Commit 5666305

Browse files
authored
Fixes typo
1 parent 8eade61 commit 5666305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highgui/include/opencv2/highgui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ CV_EXPORTS_W Rect selectROI(InputArray img, bool showCrosshair = true, bool from
491491
/** @brief Selects ROIs on the given image.
492492
Function creates a window and allows user to select a ROIs using mouse.
493493
Controls: use `space` or `enter` to finish current selection and start a new one,
494-
use `ecs` to terminate multiple ROI selection process.
494+
use `esc` to terminate multiple ROI selection process.
495495
496496
@param windowName name of the window where selection process will be shown.
497497
@param img image to select a ROI.

0 commit comments

Comments
 (0)