Skip to content

ArBom/Tablice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Pol) Plate Recognition

Console App created in MS Visual Studio 2017 enables one to read registracion number from graphic file.

Table of contents

Technologies

Project is created with:

  • C# (.Net Framework 4.7.2)
  • EmguCV (ver. 4.4.0.4061)
PM> Install-Package Emgu.CV -Version 4.4.0.4061

Algorithm

Detect a plate

Original photo Original photo

Photo with blue mask

Photo with white mask

Connected areas

Seeking corners

Abstract a plate

Plate

Reading a registration number

Every rectangular area described by right contour is read by SVM algoritm as sign. In the end it is addembled in plate number.

Read

Status of project

Essentially its done. Single plate is recognited in time less than 1s.

In_the_end

At a pinch To-Do:

  • optimalization
  • find and repair bugs