mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Misc. ./samples typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
@@ -32,8 +32,8 @@ int main(int argc, const char* argv[])
|
||||
"{ minDist | 100 | minimum distance between the centers of the detected objects }"
|
||||
"{ levels | 360 | R-Table levels }"
|
||||
"{ votesThreshold | 30 | the accumulator threshold for the template centers at the detection stage. The smaller it is, the more false positions may be detected }"
|
||||
"{ angleThresh | 10000 | angle votes treshold }"
|
||||
"{ scaleThresh | 1000 | scale votes treshold }"
|
||||
"{ angleThresh | 10000 | angle votes threshold }"
|
||||
"{ scaleThresh | 1000 | scale votes threshold }"
|
||||
"{ posThresh | 100 | position votes threshold }"
|
||||
"{ dp | 2 | inverse ratio of the accumulator resolution to the image resolution }"
|
||||
"{ minScale | 0.5 | minimal scale to detect }"
|
||||
@@ -46,7 +46,7 @@ int main(int argc, const char* argv[])
|
||||
"{ help h ? | | print help message }"
|
||||
);
|
||||
|
||||
cmd.about("This program demonstrates arbitary object finding with the Generalized Hough transform.");
|
||||
cmd.about("This program demonstrates arbitrary object finding with the Generalized Hough transform.");
|
||||
|
||||
if (cmd.has("help"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user