https://github.com/bolorundurowb/dotnetanpr
A number plate recognition library for .NET based off javaanpr
https://github.com/bolorundurowb/dotnetanpr
anpr automatic-number-plate-recognition c-sharp java library
Last synced: 9 months ago
JSON representation
A number plate recognition library for .NET based off javaanpr
- Host: GitHub
- URL: https://github.com/bolorundurowb/dotnetanpr
- Owner: bolorundurowb
- License: gpl-3.0
- Created: 2015-01-08T11:24:03.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-11T08:11:40.000Z (over 1 year ago)
- Last Synced: 2025-10-11T14:32:27.113Z (9 months ago)
- Topics: anpr, automatic-number-plate-recognition, c-sharp, java, library
- Language: C#
- Homepage:
- Size: 509 KB
- Stars: 14
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotNETANPR
[](https://github.com/bolorundurowb/dotnetANPR/actions/workflows/build.yaml)
## About
dotnetANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks.
This is a work in progress. I am converting the java code in javaanpr into cross-platform C# (that means no reliance on System.CDrawing.Common) which would make the library usable by .NET developers. I have finished porting all the non-GUI functionality but I am yet to convert the GUI (will do that soon). I am currently moving into testing to see how well the library does with recognizing characters and to pick out bugs.
Contibutions are very welcome.
This project aims to port [this](https://github.com/oskopek/javaanpr) library from Java to .NET. Thanks to [Ondrej Martinsky](https://sourceforge.net/u/martinsky/profile/) for the original `javaanpr` library.
## Usage