mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
Misc. ./samples typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace cv;
|
||||
static void help()
|
||||
{
|
||||
printf("\n"
|
||||
"This program demonstrates a method for shape comparisson based on Shape Context\n"
|
||||
"This program demonstrates a method for shape comparison based on Shape Context\n"
|
||||
"You should run the program providing a number between 1 and 20 for selecting an image in the folder ../data/shape_sample.\n"
|
||||
"Call\n"
|
||||
"./shape_example [number between 1 and 20, 1 default]\n\n");
|
||||
|
||||
Reference in New Issue
Block a user