We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0148971 commit 31f6e11Copy full SHA for 31f6e11
example_12-04.cpp
@@ -93,7 +93,7 @@ static void onMouseClick(int event, int x, int y, int, void*) {
93
int main(int argc, char** argv) {
94
if (argc != 2) {
95
cout << "\nExample 12-4. Using Watershed for image segmentation"
96
- << "\n- Use left click on the image to select foreground point"
+ << "\n- Use left click on the image to place marker for the new segment"
97
<< "\n- Use right clock on the image to perform Watershed"
98
<< "\n- Press any key to terminate program"
99
<< "\nUsage: "
0 commit comments