CapCognition.Maui.LPR
2.1.1
dotnet add package CapCognition.Maui.LPR --version 2.1.1
NuGet\Install-Package CapCognition.Maui.LPR -Version 2.1.1
<PackageReference Include="CapCognition.Maui.LPR" Version="2.1.1" />
<PackageVersion Include="CapCognition.Maui.LPR" Version="2.1.1" />
<PackageReference Include="CapCognition.Maui.LPR" />
paket add CapCognition.Maui.LPR --version 2.1.1
#r "nuget: CapCognition.Maui.LPR, 2.1.1"
#:package CapCognition.Maui.LPR@2.1.1
#addin nuget:?package=CapCognition.Maui.LPR&version=2.1.1
#tool nuget:?package=CapCognition.Maui.LPR&version=2.1.1
License Plate Detection (LPR) for .NET MAUI recognition processor
Recognizes license plates of many European countries together with vehicle types.
Supported vehicle types:
- Car
- Motorbike
- Tractor
- 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
Features
- New multi-model algorithm for improved recognition accuracy (>98%)
- Different model qualities selectable for performance optimization and better adaptation to the used hardware platform
- Vehicle detection can be switched off for higher performance
- Models can be integrated directly into your deployment or automatically downloaded at runtime
- Background download of models before recognition is supported (recognition fails if models are missing)
Recognition Modes (new in 2.1.0)
The detection can be configured in different modes depending on application requirements:
- Country-based plate → then vehicle type (vehicle type is detected only if a plate was recognized).
- Country-based plate only (no vehicle type detection).
- Vehicle type only.
- Vehicle type first → then country-based plate (plate search only inside detected vehicles).
- "No country" plate → then vehicle type (plate detection without country validation).
- "No country" plate only (no vehicle type detection).
- Vehicle type first → then "no country" plate (plate search only inside detected vehicles).
The new "No Country" plate detection allows reliable recognition of most license plates, even if the country is not explicitly trained.
Limitation: No country validation of recognized plates.
Model Download
The following models can only be used together with the CapCognition license plate detection library.
They are not permitted for use in other libraries.
Platform Support
- iOS (minimum target framework: iOS 13)
- Android (minimum target framework: Android 9)
Trial Version
This library can be used as a trial version.
- The trial version is limited to a certain number of recognitions per application start.
- After the limit is reached, the application must be restarted.
- The trial version is intended for development and testing only, not for production use.
- For production use, a license must be purchased.
Examples
See .NET MAUI examples at CapCognition
Release Notes
Version 2.1.1
- options made disposable and some tool functions added
Version 2.1.0
- New Fluent API
- New recognition modes (country-based, vehicle-based, "no country" just license plate)
Version 2.0.4
- ConsoleLogger moved to Core library
- Nugets: Updated to latest versions except Microsoft MAUi controls to provide best compatibility
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-android35.0 is compatible. net9.0-ios18.0 is compatible. net10.0-android was computed. net10.0-ios was computed. |
-
net9.0-android35.0
- CapCognition.Maui.Core (>= 2.1.1)
- CapCognition.Net.Licensing (>= 1.2.2)
- Microsoft.Maui.Controls (>= 9.0.30)
- Microsoft.Maui.Controls.Compatibility (>= 9.0.30)
- Microsoft.ML.OnnxRuntime (>= 1.22.0)
- Microsoft.ML.OnnxRuntime.Extensions (>= 0.14.0)
- SkiaSharp (>= 3.119.0)
-
net9.0-ios18.0
- CapCognition.Maui.Core (>= 2.1.1)
- CapCognition.Net.Licensing (>= 1.2.2)
- Microsoft.Maui.Controls (>= 9.0.30)
- Microsoft.Maui.Controls.Compatibility (>= 9.0.30)
- Microsoft.ML.OnnxRuntime (>= 1.22.0)
- Microsoft.ML.OnnxRuntime.Extensions (>= 0.14.0)
- SkiaSharp (>= 3.119.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.