Fixes typo
authordaB0bby <daB0bby@users.noreply.github.com>
Sat, 22 Apr 2017 10:32:18 +0000 (12:32 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2017 10:32:18 +0000 (12:32 +0200)
modules/highgui/include/opencv2/highgui.hpp

index b1f203d..a29c0cf 100644 (file)
@@ -491,7 +491,7 @@ CV_EXPORTS_W Rect selectROI(InputArray img, bool showCrosshair = true, bool from
 /** @brief Selects ROIs on the given image.
 Function creates a window and allows user to select a ROIs using mouse.
 Controls: use `space` or `enter` to finish current selection and start a new one,
-use `ecs` to terminate multiple ROI selection process.
+use `esc` to terminate multiple ROI selection process.
 
 @param windowName name of the window where selection process will be shown.
 @param img image to select a ROI.