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

https://github.com/drakmord2/alpr

Automatic License Plate Recognition
https://github.com/drakmord2/alpr

digital-image-processing machine-learning opencv python3

Last synced: about 1 year ago
JSON representation

Automatic License Plate Recognition

Awesome Lists containing this project

README

          

# ALPR

Automatic License Plate Recognition of brazilian license plates using
Digital Image Processing and Machine Learning.

## Process

![Process](https://github.com/Drakmord2/alpr/blob/master/templates/process.png)

**Stages:**

- Enhancement **(1)**
- Noise filtering
- Homomorphic filtering
- Segmentation **(2)**
- Thresholding
- Morphologic transformation
- Character extraction **(3)**
- Contours
- Character recognition **(4)**
- K-Nearest Neighbors (k-NN)