mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 15:20:51 +08:00
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
This commit is contained in:
parent
e98222dfb3
commit
ec39f0dc9e
@ -36,11 +36,11 @@ using namespace cv;
|
|||||||
|
|
||||||
static void help()
|
static void help()
|
||||||
{
|
{
|
||||||
cout << "\n This program demonstrates how to use MSER to detect extremal regions \n"
|
cout << "\nThis program demonstrates how to use MSER to detect extremal regions\n"
|
||||||
"Usage: \n"
|
"Usage:\n"
|
||||||
" ./detect_mser <image1(without parameter a syntehtic image is used as default)>\n"
|
" ./detect_mser <image1(without parameter a synthetic image is used as default)>\n"
|
||||||
"Press esc key when image window is active to change descriptor parameter\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
|
struct MSERParams
|
||||||
|
Loading…
Reference in New Issue
Block a user