Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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