forked from openalpr/openalpr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ Source: openalpr | |
Section: video | ||
Priority: optional | ||
Maintainer: Matthew Hill <[email protected]> | ||
Build-Depends: debhelper (>= 9), cmake, quilt, | ||
Build-Depends: debhelper (>= 9), cmake, quilt, | ||
libtesseract-dev, libleptonica-dev, liblog4cplus-dev, | ||
libcurl3-dev, libopencv-dev, default-jdk, | ||
python, python3, python3-distutils, dh-python | ||
Standards-Version: 3.9.7 | ||
Standards-Version: 4.1.4 | ||
Homepage: https://github.com/openalpr/openalpr | ||
Vcs-Browser: https://github.com/openalpr/openalpr | ||
Vcs-Git: https://github.com/openalpr/openalpr.git | ||
|
@@ -45,7 +45,7 @@ Description: Runtime data for the OpenALPR library | |
is the text representation of any license plate characters found in the image. | ||
. | ||
This package contains the runtime training data used by OpenALPR to recognize | ||
license plates from various countries. | ||
license plates from various countries. | ||
|
||
Package: openalpr | ||
Architecture: any | ||
|
@@ -55,8 +55,8 @@ Description: Command line program to operate the OpenALPR library | |
in C++. The library analyzes images and identifies license plates. The output | ||
is the text representation of any license plate characters found in the image. | ||
. | ||
This package contains a command-line program to analyze images for license | ||
plates. | ||
This package contains a command-line program to analyze images for license | ||
plates. | ||
|
||
Package: openalpr-daemon | ||
Architecture: any | ||
|
@@ -83,15 +83,15 @@ Description: Utilities for the OpenALPR library | |
in C++. The library analyzes images and identifies license plates. The output | ||
is the text representation of any license plate characters found in the image. | ||
. | ||
The OpenALPR utils package contains a collection of binaries that help with | ||
The OpenALPR utils package contains a collection of binaries that help with | ||
training new data. The following binaries are included: | ||
. | ||
openalpr-utils-calibrate - Calibrates the software for cameras capturing plate | ||
images at an angle | ||
. | ||
openalpr-utils-benchmark - Benchmarks accuracy/speed against a testing dataset | ||
. | ||
openalpr-utils-tagplates - Utility to tag the location and plate number for | ||
openalpr-utils-tagplates - Utility to tag the location and plate number for | ||
testing and training | ||
. | ||
openalpr-utils-classifychars - Extracts character images from cropped plate | ||
|
@@ -103,25 +103,25 @@ Description: Utilities for the OpenALPR library | |
Package: python-openalpr | ||
Section: python | ||
Architecture: all | ||
Depends: libopenalpr-dev (>= ${binary:Version}), | ||
Depends: libopenalpr-dev (>= ${binary:Version}), | ||
${python:Depends}, ${misc:Depends} | ||
Description: Python binding for OpenALPR library | ||
OpenALPR is an open source Automatic License Plate Recognition library written | ||
in C++. The library analyzes images and identifies license plates. The output | ||
is the text representation of any license plate characters found in the image. | ||
. | ||
The Python package allows Python code to interface with OpenALPR directly via | ||
The Python package allows Python code to interface with OpenALPR directly via | ||
native Python bindings. | ||
|
||
Package: python3-openalpr | ||
Section: python | ||
Architecture: all | ||
Depends: libopenalpr-dev (>= ${source:Version}), | ||
Depends: libopenalpr-dev (>= ${source:Version}), | ||
${python3:Depends}, ${misc:Depends} | ||
Description: Python 3 binding for OpenALPR library | ||
OpenALPR is an open source Automatic License Plate Recognition library written | ||
in C++. The library analyzes images and identifies license plates. The output | ||
is the text representation of any license plate characters found in the image. | ||
. | ||
The Python 3 package allows Python 3 code to interface with OpenALPR directly | ||
The Python 3 package allows Python 3 code to interface with OpenALPR directly | ||
via native Python 3 bindings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters