License Plate Recognition-Server
This solutions stands for ANPR/ALPR(Automatic Number/License Plate Recognition), LPR, vehicle number plate recognition, plate number reader, vehicle scanner, vehicle detection for server SDKs
Last updated
This solutions stands for ANPR/ALPR(Automatic Number/License Plate Recognition), LPR, vehicle number plate recognition, plate number reader, vehicle scanner, vehicle detection for server SDKs
Last updated
KBY-AI
's LPR
solutions utilize artificial intelligence and machine learning to greatly surpass legacy solutions. Now, in real-time, users can receive a vehicle's license plate number
.
Automatic license-plate recognition (ALPR)
is a technology that uses OCR(optical character recognition)
on images to read vehicle registration plates
. It can use existing closed-circuit television, road-rule enforcement cameras, or cameras specifically designed for the task. ALPR
can be used by police forces around the world for law enforcement purposes, including to check if a vehicle is registered or licensed. It is also used for electronic toll collection on pay-per-use
roads and as a method of cataloguing the movements of traffic, for example by highways agencies.
We offer lifetime license(perpetual license)
based on machine ID
for every server(Windows
, Linux
). The license is available for one-time payment
. In other words, once you purchase license from me, you can use our SDK
permanently.
To request a license, please contact us:
Email: contact@kby-ai.com
CPU: 2 cores or more (Recommended: 2 cores)
RAM: 4 GB or more (Recommended: 8 GB)
HDD: 4 GB or more (Recommended: 8 GB)
OS: Windows 7 or later
Architecture: x64
CPU: 2 cores or more (Recommended: 2 cores)
RAM: 4 GB or more (Recommended: 8 GB)
HDD: 4 GB or more (Recommended: 8 GB)
OS: Ubuntu 20.04 or later
Architecture: x64
Obtain the machine code
to activate and request a license.
Activate the SDK
using the license key.
Initializing SDK
Once ret
value is zero, SDK
can get work started.
The SDK
provides a single API for getting license plate number and its coordinate(x, y, width, height).
The function can be used as follows:
recog_array
: coordinate(x
, y
, width
, height
).
img_byte
: image data in binary format.
license_plate_ptr
: pointer to variable with license plate number.
SDK
Result values from SDK
inference can be analyzed as follows.
cnt
: the number of detected license plate.
rectangles
: list of coordinate
.
license plate
: list of license number
.