mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 15:00:56 +08:00
Changed "template region" to "pattern" Region is an overloaded term
This commit is contained in:
@@ -26,9 +26,9 @@ the library, the accuracy for these other countries can be increased.
|
||||
.SH "USAGE"
|
||||
.PP
|
||||
|
||||
alpr [\-c <country_code>] [\-\-config <config_file>] [\-n <topN>] [\-\-seek
|
||||
<integer_ms>] [\-t <region code>] [\-\-clock] [\-d] [\-j] [\-\-]
|
||||
[\-\-version] [\-h] <image_file_path>
|
||||
alpr [\-c <country_code>] [\-\-config <config_file>] [\-n <topN>] [\-\-seek
|
||||
<integer_ms>] [\-p <pattern code>] [\-\-clock] [\-d] [\-j] [\-\-]
|
||||
[\-\-version] [\-h] <image_file_path>
|
||||
|
||||
|
||||
Where:
|
||||
@@ -46,8 +46,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
|
||||
|
Reference in New Issue
Block a user