EnglishFrenchSpanish

OnWorks favicon

alpr - Online in the Cloud

Run alpr in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command alpr that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


OpenALPR - Automatic License Plate Recognition Library

SYNOPSIS


Plate detection: alpr [OPTION...] [IMAGE_PATH]

DESCRIPTION


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.

Check out a live online demo here: http://www.openalpr.com/demo.html

OpenALPR supports license plates from the USA as well as number plates from Europe. The
library can also be used to identify plates from other countries. By training the
library, the accuracy for these other countries can be increased.

USAGE


alpr [-c <country_code>] [--config <config_file>] [-n <topN>] [--seek
<integer_ms>] [-p <pattern code>] [--clock] [-d] [-j] [--]
[--version] [-h] <image_file_path>

Where:

-c <country_code>, --country <country_code>
Country code to identify (either us for USA or eu for Europe).
Default=us

--config <config_file>
Path to the openalpr.conf file

-n <topN>, --topn <topN>
Max number of possible plate numbers to return. Default=10

--seek <integer_ms>
Seek to the specified millisecond in a video file. Default=0

-p <pattern code>, --pattern <pattern code>
Attempt to match the plate number against a plate pattern (e.g., md
for Maryland, ca for California)

--clock
Measure/print the total time to process image and all plates.
Default=off

-d, --detect_region
Attempt to detect the region of the plate image. [Experimental]
Default=off

-j, --json
Output recognition results in JSON format. Default=off

--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.

--version
Displays version information and exits.

-h, --help
Displays usage information and exits.

<image_file_path>
Image containing license plates

EXAMPLES


$ alpr -c eu /source/image.jpg

This command will attempt to recognize number plates in the /source/image.jpg image using
the European-style recognition data. The config file is not provided on the CLI, so it
will use the value in the environment variable 'OPENALPR_CONFIG_FILE' if provided, or the
default location.

$ alpr --config /tmp/openalpr.conf /source/image.png

This command will attempt to recognize number plates in the /source/image.png image using
the default USA-style recognition data. The config file is not provided on the CLI, so it
will read the configuration data from /tmp/openalpr.conf

$ alpr -c us *.jpg

This command will attempt to recognize number plates in all jpeg images in the current
directory image using the USA-style recognition data.

$ alpr -j /source/video.mp4

This command reads data from an input video (/source/video.mp4) and outputs recognition
data as JSON.

$ alpr -j stdin < /source/imagefilelist.txt > /out/recognitionresults.txt

This command processes a list of image files provided in /source/imagefilelist.txt and
writes JSON results to /out/recognitionresults.txt.

$ alpr webcam

This command processes video from your webcam. You can also use /dev/video0, /dev/video1,
etc. if you have multiple webcams.

DIAGNOSTICS


License plate recognition software can never achieve 100% accuracy. In cases where the
plate is not recognized correctly, there is diagnostic information available. You can
modify the openalpr.conf file to turn "debug" information on.

In the [debug] section toggle the various debug options to enabled by changing the '0'
value to a '1'. Some of these options will output text to the CLI and others may output
images to the GUI.

Use alpr online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 2
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 3
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 4
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 5
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • 6
    Joplin
    Joplin
    Joplin is a free and open source
    note-taking and to-do application that
    can handle a large number of notes in
    Markdown format, organize them into
    notebooks and...
    Download Joplin
  • More »

Linux commands

Ad