Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-17T13:07:50.000Z (5 months ago)
- Last Synced: 2024-10-14T23:43:25.512Z (3 months ago)
- Topics: anpr, automatic-number-plate-recognition, c-sharp, java, library
- Language: C#
- Homepage:
- Size: 505 KB
- Stars: 14
- Watchers: 11
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotNETANPR
[![Build and Test](https://github.com/bolorundurowb/dotnetANPR/actions/workflows/build.yaml/badge.svg)](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