initial commit
This commit is contained in:
@@ -36,14 +36,14 @@ static void help()
|
||||
{
|
||||
cout << "\n This program demonstrates connected components and use of the trackbar\n"
|
||||
"Usage: \n"
|
||||
" ./connected_components <image(stuff.jpg as default)>\n"
|
||||
" ./connected_components <image(../data/stuff.jpg as default)>\n"
|
||||
"The image is converted to grayscale and displayed, another image has a trackbar\n"
|
||||
"that controls thresholding and thereby the extracted contours which are drawn in color\n";
|
||||
}
|
||||
|
||||
const char* keys =
|
||||
{
|
||||
"{@image|stuff.jpg|image for converting to a grayscale}"
|
||||
"{@image|../data/stuff.jpg|image for converting to a grayscale}"
|
||||
};
|
||||
|
||||
int main( int argc, const char** argv )
|
||||
|
Reference in New Issue
Block a user