From: Sheel-Patel <43507241+Sheel-Patel@users.noreply.github.com> Date: Tue, 23 Apr 2019 22:45:27 +0000 (-0700) Subject: Merge pull request #14122 from Sheel-Patel:patch-1 X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1^2~252^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec39f0dc9eb51c4c85750088f8b0ae48d9932f60;p=platform%2Fupstream%2Fopencv.git Merge pull request #14122 from Sheel-Patel:patch-1 Grammatical errors for help() in detect_mser.cpp (#14122) * Grammatical errors for help() statement Corrected spelling of "synthetic" and added grammatical clarification for keys to press to change view or use mouse. * Adjustment of superfluous spaces --- diff --git a/samples/cpp/detect_mser.cpp b/samples/cpp/detect_mser.cpp index 8749789..5ab15fe 100644 --- a/samples/cpp/detect_mser.cpp +++ b/samples/cpp/detect_mser.cpp @@ -36,11 +36,11 @@ using namespace cv; static void help() { - cout << "\n This program demonstrates how to use MSER to detect extremal regions \n" - "Usage: \n" - " ./detect_mser \n" + cout << "\nThis program demonstrates how to use MSER to detect extremal regions\n" + "Usage:\n" + " ./detect_mser \n" "Press esc key when image window is active to change descriptor parameter\n" - "Press 2, 8, 4, 6, +,- or 5 keys in openGL windows to change view or use mouse\n"; + "Press 2, 8, 4, 6, +, -, or 5 keys in openGL windows to change view or use mouse\n"; } struct MSERParams