Changed "template region" to "pattern" Region is an overloaded term

This commit is contained in:
Matt Hill
2015-02-18 23:07:54 -05:00
parent 64e29675b2
commit 0091c80d73
3 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ user@linux:~/openalpr$ alpr --help
USAGE:
alpr [-c <country_code>] [--config <config_file>] [-n <topN>] [--seek
<integer_ms>] [-t <region code>] [--clock] [-d] [-j] [--]
<integer_ms>] [-p <pattern code>] [--clock] [-d] [-j] [--]
[--version] [-h] <image_file_path>
@@ -60,8 +60,8 @@ Where:
--seek <integer_ms>
Seek to the specied millisecond in a video file. Default=0
-t <region code>, --template_region <region code>
Attempt to match the plate number against a region template (e.g., md
-p <pattern code>, --pattern <pattern code>
Attempt to match the plate number against a plate pattern (e.g., md
for Maryland, ca for California)
--clock