CapCognition.Net.LicensePlateDetection
1.1.1
See the version list below for details.
dotnet add package CapCognition.Net.LicensePlateDetection --version 1.1.1
NuGet\Install-Package CapCognition.Net.LicensePlateDetection -Version 1.1.1
<PackageReference Include="CapCognition.Net.LicensePlateDetection" Version="1.1.1" />
paket add CapCognition.Net.LicensePlateDetection --version 1.1.1
#r "nuget: CapCognition.Net.LicensePlateDetection, 1.1.1"
// Install CapCognition.Net.LicensePlateDetection as a Cake Addin #addin nuget:?package=CapCognition.Net.LicensePlateDetection&version=1.1.1 // Install CapCognition.Net.LicensePlateDetection as a Cake Tool #tool nuget:?package=CapCognition.Net.LicensePlateDetection&version=1.1.1
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.
Fixes in this version 1.1.0:
- Successor library of CapCognition.LicensePlateDetetection.NET. Library names and code have been standardized and refactored.
- Unused overlay interface removed
Product | Versions 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. |
-
net8.0
- CapCognition.Net.Core (>= 1.1.1)
- CapCognition.Net.Licensing (>= 1.1.0)
- Microsoft.ML.OnnxRuntime (>= 1.17.1)
- SkiaSharp (>= 2.88.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
LicensePlateDetection