CapCognition.Net.LicensePlateDetection 1.2.0

dotnet add package CapCognition.Net.LicensePlateDetection --version 1.2.0
NuGet\Install-Package CapCognition.Net.LicensePlateDetection -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CapCognition.Net.LicensePlateDetection" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CapCognition.Net.LicensePlateDetection --version 1.2.0
#r "nuget: CapCognition.Net.LicensePlateDetection, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CapCognition.Net.LicensePlateDetection as a Cake Addin
#addin nuget:?package=CapCognition.Net.LicensePlateDetection&version=1.2.0

// Install CapCognition.Net.LicensePlateDetection as a Cake Tool
#tool nuget:?package=CapCognition.Net.LicensePlateDetection&version=1.2.0

License Plate Detection (LPR) for .NET LTS

Recognizes the license plates of many european countries together with the vehicle types.

Supported vehicle types:

  • Car
  • Motorbike
  • Traktor
  • Truck

Supported countries:

  • CH
  • DE
  • GB
  • DK
  • A
  • I
  • F
  • B
  • PL
  • E
  • S
  • FL
  • CZ
  • NL
  • P
  • SLO

Please note that the recognition model must be downloaded once at runtime and cannot be delivered directly with your application.
You can download the model in the background before starting the recognition, but the recognition will fail without a successful download step. See the example for more details.

This library can be used as a trial version. The trial version will stop working or limit the functionality after a few recognitions and you have to restart your calling application.

The trial version can be used for testing and development purposes. The trial version is not intended for production use. The trial version can be used for as long as needed. For production use, a license must be purchased.

See .NET LTS examples at CapCognition

Support for the following platforms:

  • Windows x64
  • Linux 64 bit
  • Linux ARM 64 bit (ex. Raspberry OS)

Note: the library does not support Windows x86 and Linux ARM 32 bit. For performance reasons the 32 bit support was dropped.

Release notes for version 1.2.0:

  • Adopted to newest libraries
  • Minor bug fixes
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 52 5/12/2024
1.1.1 93 4/7/2024

LicensePlateDetection