CapCognition.Maui.LPR
2.0.0
dotnet add package CapCognition.Maui.LPR --version 2.0.0
NuGet\Install-Package CapCognition.Maui.LPR -Version 2.0.0
<PackageReference Include="CapCognition.Maui.LPR" Version="2.0.0" />
paket add CapCognition.Maui.LPR --version 2.0.0
#r "nuget: CapCognition.Maui.LPR, 2.0.0"
// Install CapCognition.Maui.LPR as a Cake Addin #addin nuget:?package=CapCognition.Maui.LPR&version=2.0.0 // Install CapCognition.Maui.LPR as a Cake Tool #tool nuget:?package=CapCognition.Maui.LPR&version=2.0.0
License Plate Detection (LPR) for .NET MAUI recognition processor
Recognizes the license plates of many european countries together with the vehicle types.
Supported vehicle types:
- Car
- Motorbike
- Traktor
- Truck
Supported countries:
- A
- B
- BG
- CH
- CZ
- D
- DK
- E
- EST
- F
- FIN
- FL
- GB
- GR
- H
- HR
- I
- IRL
- L
- LT
- LV
- NL
- P
- PL
- RO
- S
- SK
- SLO
New multi model algorithm for better recognition results (>98%).
Different model qualities selectable for performance optimization and better adoptions to the used hardware platform.
Vehicle detection can be switched off for better performance.
The different models can be downloaded from the CapCognition website and can be integrated directly into your deployment. If a model is not part of your deployment, it will be downloaded automatically at runtime. You can download the model in the background before starting the recognition, but the recognition will fail without a successful download step.
See .NET MAUI examples at CapCognition
Note: The following models can only be used together with the CapCognition license plate detection library. The models are not allowed to be used in other libraries. Download location of the models: Nano 320 pixel models: https://downloads.capcognition.com/CCML/nano320 Nano 640 pixel models: https://downloads.capcognition.com/CCML/nano640 Nano 1280 pixel models: https://downloads.capcognition.com/CCML/nano1280 Small 1280 pixel models: https://downloads.capcognition.com/CCML/small1280
Support for the following platforms:
- iOS (minimum target framework iOS 13)
- Android (minimum target framework Android 9)
This library can be used as a trial version. The trial version will display a watermark on the display while recognizing. 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.
Release notes for version 2.0.0:
- optimizations, cleanups and documentation
- Totally new models and decoders for better recognition results
- Usage of the standard .NET logging framework (Microsoft.Extensions.Logging)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-android35.0 is compatible. net9.0-ios18.0 is compatible. |
-
net9.0-android35.0
- CapCognition.Maui.Core (>= 2.0.0)
- CapCognition.Net.Licensing (>= 1.2.2)
- Microsoft.Maui.Controls (>= 9.0.30)
- Microsoft.Maui.Controls.Compatibility (>= 9.0.30)
- Microsoft.ML.OnnxRuntime (>= 1.20.1)
- SkiaSharp (>= 3.116.1)
-
net9.0-ios18.0
- CapCognition.Maui.Core (>= 2.0.0)
- CapCognition.Net.Licensing (>= 1.2.2)
- Microsoft.Maui.Controls (>= 9.0.30)
- Microsoft.Maui.Controls.Compatibility (>= 9.0.30)
- Microsoft.ML.OnnxRuntime (>= 1.20.1)
- SkiaSharp (>= 3.116.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.