mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
features2d: improve detector parameter validation
This commit is contained in:
@@ -10,7 +10,7 @@ using namespace cv;
|
||||
static void help(char** argv)
|
||||
{
|
||||
|
||||
printf("\nShow off image morphology: erosion, dialation, open and close\n"
|
||||
printf("\nShow off image morphology: erosion, dilation, opening and closing\n"
|
||||
"Call:\n %s [image]\n"
|
||||
"This program also shows use of rect, ellipse, cross and diamond kernels\n\n", argv[0]);
|
||||
printf( "Hot keys: \n"
|
||||
|
||||
Reference in New Issue
Block a user