|
|
@@ -11,7 +11,8 @@ Homepage: https://github.com/openalpr/openalpr
|
|
|
|
Package: libopenalpr2
|
|
|
|
Package: libopenalpr2
|
|
|
|
Section: libs
|
|
|
|
Section: libs
|
|
|
|
Architecture: amd64
|
|
|
|
Architecture: amd64
|
|
|
|
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Depends: libopenalpr-data (= ${source:Version}), ${shlibs:Depends},
|
|
|
|
|
|
|
|
${misc:Depends}
|
|
|
|
Description: Automated License Plate Recognition library (OpenALPR)
|
|
|
|
Description: Automated License Plate Recognition library (OpenALPR)
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
@@ -21,16 +22,25 @@ Package: libopenalpr-dev
|
|
|
|
Section: libdevel
|
|
|
|
Section: libdevel
|
|
|
|
Architecture: amd64
|
|
|
|
Architecture: amd64
|
|
|
|
Depends: libopenalpr2 (= ${binary:Version}), ${misc:Depends}
|
|
|
|
Depends: libopenalpr2 (= ${binary:Version}), ${misc:Depends}
|
|
|
|
Description: Development files for OpenALPR library
|
|
|
|
Description: Development files for the OpenALPR library
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
|
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.
|
|
|
|
is the text representation of any license plate characters found in the image.
|
|
|
|
|
|
|
|
|
|
|
|
Package: openalpr-data
|
|
|
|
Package: libopenalpr-data
|
|
|
|
Section: misc
|
|
|
|
Section: misc
|
|
|
|
Architecture: all
|
|
|
|
Architecture: all
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Description: Runtime data for OpenALPR library
|
|
|
|
Description: Runtime data for the 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Package: openalpr
|
|
|
|
|
|
|
|
Section: video
|
|
|
|
|
|
|
|
Architecture: amd64
|
|
|
|
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
|
|
|
|
Description: Command line program to operate the OpenALPR library
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
|
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.
|
|
|
|
is the text representation of any license plate characters found in the image.
|
|
|
@@ -38,20 +48,22 @@ Description: Runtime data for OpenALPR library
|
|
|
|
Package: openalpr-daemon
|
|
|
|
Package: openalpr-daemon
|
|
|
|
Section: video
|
|
|
|
Section: video
|
|
|
|
Architecture: amd64
|
|
|
|
Architecture: amd64
|
|
|
|
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: Daemon to run OpenALPR in the background
|
|
|
|
Description: Daemon to run OpenALPR in the background
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
|
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.
|
|
|
|
is the text representation of any license plate characters found in the image.
|
|
|
|
|
|
|
|
.
|
|
|
|
The OpenALPR daemon allows you to monitor a camera stream for license plate
|
|
|
|
The OpenALPR daemon allows you to monitor a camera stream for license plate
|
|
|
|
numbers in the background. Alprd runs as a daemon process on Linux.
|
|
|
|
numbers in the background. Alprd runs as a daemon process on Linux.
|
|
|
|
|
|
|
|
.
|
|
|
|
The plate numbers can be streamed to another server (via HTTP posts) or can be
|
|
|
|
The plate numbers can be streamed to another server (via HTTP posts) or can be
|
|
|
|
consumed programmatically via a beanstalkd queue.
|
|
|
|
consumed programmatically via a beanstalkd queue.
|
|
|
|
|
|
|
|
|
|
|
|
Package: openalpr-utils
|
|
|
|
Package: openalpr-utils
|
|
|
|
Section: utils
|
|
|
|
Section: utils
|
|
|
|
Architecture: amd64
|
|
|
|
Architecture: amd64
|
|
|
|
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: Utilities for the OpenALPR library
|
|
|
|
Description: Utilities for the OpenALPR library
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
|
in C++. The library analyzes images and identifies license plates. The output
|
|
|
|