mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:02:44 +08:00
Merge branch 'master' of github.com:openalpr/openalpr
This commit is contained in:
35
README.md
35
README.md
@@ -15,18 +15,17 @@ For example, the following output is created by analyzing this image:
|
||||

|
||||
|
||||
|
||||
The library is told that this is a Missouri (MO) license plate which validates the plate letters against a regional template.
|
||||
|
||||
```
|
||||
user@linux:~/openalpr$ alpr ./samplecar.png -t mo -r ~/openalpr/runtime_dir/
|
||||
user@linux:~/openalpr$ alpr ./samplecar.png
|
||||
|
||||
plate0: top 10 results -- Processing Time = 58.1879ms.
|
||||
- PE3R2X confidence: 88.9371 template_match: 1
|
||||
- PE3R2X confidence: 88.9371 template_match: 0
|
||||
- PE32X confidence: 78.1385 template_match: 0
|
||||
- PE3R2 confidence: 77.5444 template_match: 0
|
||||
- PE3R2Y confidence: 76.1448 template_match: 1
|
||||
- PE3R2Y confidence: 76.1448 template_match: 0
|
||||
- P63R2X confidence: 72.9016 template_match: 0
|
||||
- FE3R2X confidence: 72.1147 template_match: 1
|
||||
- FE3R2X confidence: 72.1147 template_match: 0
|
||||
- PE32 confidence: 66.7458 template_match: 0
|
||||
- PE32Y confidence: 65.3462 template_match: 0
|
||||
- P632X confidence: 62.1031 template_match: 0
|
||||
@@ -41,20 +40,19 @@ user@linux:~/openalpr$ alpr --help
|
||||
|
||||
USAGE:
|
||||
|
||||
alpr [-t <region code>] [-r <runtime_dir>] [-n <topN>]
|
||||
[--seek <integer_ms>] [-c <country_code>]
|
||||
[--clock] [-d] [-j] [--] [--version] [-h]
|
||||
<image_file_path>
|
||||
alpr [-c <country_code>] [--config <config_file>] [-n <topN>] [--seek
|
||||
<integer_ms>] [-t <region code>] [--clock] [-d] [-j] [--]
|
||||
[--version] [-h] <image_file_path>
|
||||
|
||||
|
||||
Where:
|
||||
|
||||
-t <region code>, --template_region <region code>
|
||||
Attempt to match the plate number against a region template (e.g., md
|
||||
for Maryland, ca for California)
|
||||
-c <country_code>, --country <country_code>
|
||||
Country code to identify (either us for USA or eu for Europe).
|
||||
Default=us
|
||||
|
||||
-r <runtime_dir>, --runtime_dir <runtime_dir>
|
||||
Path to the OpenAlpr runtime data directory
|
||||
--config <config_file>
|
||||
Path to the openalpr.conf file
|
||||
|
||||
-n <topN>, --topn <topN>
|
||||
Max number of possible plate numbers to return. Default=10
|
||||
@@ -62,9 +60,9 @@ Where:
|
||||
--seek <integer_ms>
|
||||
Seek to the specied millisecond in a video file. Default=0
|
||||
|
||||
-c <country_code>, --country <country_code>
|
||||
Country code to identify (either us for USA or eu for Europe).
|
||||
Default=us
|
||||
-t <region code>, --template_region <region code>
|
||||
Attempt to match the plate number against a region template (e.g., md
|
||||
for Maryland, ca for California)
|
||||
|
||||
--clock
|
||||
Measure/print the total time to process image and all plates.
|
||||
@@ -86,10 +84,11 @@ Where:
|
||||
Displays usage information and exits.
|
||||
|
||||
<image_file_path>
|
||||
(required) Image containing license plates
|
||||
Image containing license plates
|
||||
|
||||
|
||||
OpenAlpr Command Line Utility
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user