CapCognition.Net.LicensePlateDetection 2.0.0

dotnet add package CapCognition.Net.LicensePlateDetection --version 2.0.0                
NuGet\Install-Package CapCognition.Net.LicensePlateDetection -Version 2.0.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="2.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CapCognition.Net.LicensePlateDetection --version 2.0.0                
#r "nuget: CapCognition.Net.LicensePlateDetection, 2.0.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=2.0.0

// Install CapCognition.Net.LicensePlateDetection as a Cake Tool
#tool nuget:?package=CapCognition.Net.LicensePlateDetection&version=2.0.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:

  • 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. CUDA support under Windows and Linux for better performance. Needs CUDA Toolkit (https://developer.nvidia.com/cuda-downloads) and CUDNN (https://developer.nvidia.com/cudnn).

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 the example for more details.

See .NET LTS 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:

  • 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.

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 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.

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
2.0.0 55 1/22/2025
1.2.1 103 9/26/2024
1.2.0 110 5/12/2024
1.1.1 154 4/7/2024

LicensePlateDetection