1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #29201 from Primary-H:project4_David

features2d: improve detector parameter validation
This commit is contained in:
Alexander Smorkalov
2026-06-10 14:10:56 +03:00
committed by GitHub
9 changed files with 72 additions and 4 deletions
+1 -1
View File
@@ -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"