Skip to content

abdulazizm/preprocess_license_plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow

1, receives input
2, increases contrast
3, grayscale conversion
4, blur
5, close connections
6, binary thresholding
7, edge detection
8, dilation
9, find contours
10, perspective transform

Requirement

Python 3.x
OpenCV 4.x

Procedure

Recommended to create & activate python virtual environment
pip install opencv-python numpy matplotlib
python main.py <path-to-image-file> --display

Example:
python main.py 0.jpg --display
or
python main.py 0.jpg

Outputs

Indian License Plate Example 2 Example 3 Example 4 Example 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages