Skip to content

Commit 31f6e11

Browse files
author
pkhaustov
committed
fixed help message
1 parent 0148971 commit 31f6e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_12-04.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static void onMouseClick(int event, int x, int y, int, void*) {
9393
int main(int argc, char** argv) {
9494
if (argc != 2) {
9595
cout << "\nExample 12-4. Using Watershed for image segmentation"
96-
<< "\n- Use left click on the image to select foreground point"
96+
<< "\n- Use left click on the image to place marker for the new segment"
9797
<< "\n- Use right clock on the image to perform Watershed"
9898
<< "\n- Press any key to terminate program"
9999
<< "\nUsage: "

0 commit comments

Comments
 (0)