openalpr 2.3.0-1build4 source package in Ubuntu

Changelog

openalpr (2.3.0-1build4) bionic; urgency=medium

  * No-change rebuild against libcurl4

 -- Steve Langasek <email address hidden>  Wed, 28 Feb 2018 08:38:19 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
openalpr_2.3.0.orig.tar.gz 1.5 MiB fc499b28bb04cbfa5813d5cea8c9ec85722d99125832f49b306134c75bc7d9a0
openalpr_2.3.0-1build4.debian.tar.xz 10.0 KiB ae2c5cc72778550519856819b4d8d57a0d770c7baa7f7736906a4ad5ffe0a0e7
openalpr_2.3.0-1build4.dsc 2.5 KiB 2bbaf3eaab332d89ed80ffe9270ad7de3d0117ccaa4aafb6cdcc26d461793a48

Available diffs

View changes file

Binary packages built by this source

libopenalpr-data: 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.
 .
 This package contains the runtime training data used by OpenALPR to recognize
 license plates from various countries.

libopenalpr-dev: Development files 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.
 .
 This package contains the header files and static libraries used to link
 OpenALPR into another program.

libopenalpr2: Automated License Plate Recognition library (OpenALPR)

 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.
 .
 This package contains the runtime libraries used to interface with OpenALPR.

libopenalpr2-dbgsym: No summary available for libopenalpr2-dbgsym in ubuntu cosmic.

No description available for libopenalpr2-dbgsym in ubuntu cosmic.

openalpr: No summary available for openalpr in ubuntu cosmic.

No description available for openalpr in ubuntu cosmic.

openalpr-daemon: Daemon to run OpenALPR in the background

 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 OpenALPR daemon allows you to monitor a camera stream for license plate
 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
 consumed programmatically via a beanstalkd queue.

openalpr-daemon-dbgsym: debug symbols for openalpr-daemon
openalpr-dbgsym: No summary available for openalpr-dbgsym in ubuntu cosmic.

No description available for openalpr-dbgsym in ubuntu cosmic.

openalpr-utils: Utilities 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.
 .
 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
 testing and training
 .
 openalpr-utils-classifychars - Extracts character images from cropped plate
 images for OCR training
 .
 openalpr-utils-prepcharsfortraining - Reformates character images into a format
 that Tesseract can use for OCR training

openalpr-utils-dbgsym: No summary available for openalpr-utils-dbgsym in ubuntu cosmic.

No description available for openalpr-utils-dbgsym in ubuntu cosmic.

python-openalpr: No summary available for python-openalpr in ubuntu cosmic.

No description available for python-openalpr in ubuntu cosmic.

python3-openalpr: 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
 via native Python 3 bindings.