revamped
This commit is contained in:
parent
3f8173af2f
commit
38bc1b024f
@ -9,7 +9,7 @@ using namespace std;
|
|||||||
|
|
||||||
void help(char** argv)
|
void help(char** argv)
|
||||||
{
|
{
|
||||||
cout << "\nDemonstrate mean shift based color segmentation in spatial pyramid.\n"
|
cout << "\nDemonstrate mean-shift based color segmentation in spatial pyramid.\n"
|
||||||
<< "Call:\n " << argv[0] << " image\n"
|
<< "Call:\n " << argv[0] << " image\n"
|
||||||
<< "This program allows you to set the spatial and color radius\n"
|
<< "This program allows you to set the spatial and color radius\n"
|
||||||
<< "of the mean shift window as well as the number of pyramid reduction levels explored\n"
|
<< "of the mean shift window as well as the number of pyramid reduction levels explored\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user