Skip to content

A Plate Number Recognition code made for Computer Vision classes.

Notifications You must be signed in to change notification settings

MaikGon/Plate-Number-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plate-Number-Recognition

Project was made for computer vision classes.
The template comes from here.

The goal was to find a car plate on an image and recognize signs on the extracted plate. The main code is in the 'utils.py' file. To recognize your plates, you should run 'main.py' with two arguments:

  • folder with car images
  • json file to save results to

Project assumptions:

  • 7 characters on the plate
  • width of the plate should not be greater than 1/3 of the image's width
  • rotation of the plate should not be greater than 45 degrees
  • maximum processing time per image is 2 seconds

Requirements:

  • python 3.7
  • scikit-image 0.17.2
  • opencv 4.2

About

A Plate Number Recognition code made for Computer Vision classes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages