openalpr 2.2.3-1build1 source package in Ubuntu

Changelog

openalpr (2.2.3-1build1) xenial; urgency=medium

  * No-change rebuild for tesseract transition.

 -- Matthias Klose <email address hidden>  Mon, 22 Feb 2016 09:26:29 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Matthew Hill
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
openalpr_2.2.3.orig.tar.gz 1.5 MiB 50b0a6ccfb90e4ff3dc5da55940c5c9a735fc9956b5ef804e0c272e6c68c89b6
openalpr_2.2.3-1build1.debian.tar.xz 9.5 KiB 93d092624c64533ebd82ec6b0d94e5bc458eb749a5e116053a3dead14fb3dcdd
openalpr_2.2.3-1build1.dsc 2.3 KiB ba841061979d30776aed680ab2132744f17f174858c9efcd6870fddae2683da9

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: debug symbols for package libopenalpr2

 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.

openalpr: Command line program to operate 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 a command-line program to analyze images for license
 plates.

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 package openalpr-daemon

 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-dbgsym: debug symbols for package 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 a command-line program to analyze images for license
 plates.

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: debug symbols for package openalpr-utils

 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

python-openalpr: 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
 native Python bindings.