Skip to content

Program symulujący działanie kamery odczytującej rejestracje pojazdów na parkingu. | A computer program simulating a camera recognizing license plates of vehicles at a parking lot.

Notifications You must be signed in to change notification settings

Oplaner/ParkingCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Camera

🇵🇱

Program na system Windows symulujący działanie kamery odczytującej rejestracje pojazdów na parkingu. Wykorzystuje dostępną w usłudze Microsoft Azure technologię rozpoznawania tekstu na obrazie (OCR) oraz bazę danych SQL.

🇬🇧

A Windows program simulating a camera recognizing license plates of vehicles at a parking lot. It takes advantage of Microsoft Azure text recognition technology (OCR) and an SQL database.

Interfejs | Interface

Interface 1

Interface 2

Symulacja | Simulation

---1---

🇵🇱

Samochód podjeżdża pod bramkę na parkingu i aktywuje czujnik, który inicjuje wykonanie zdjęcia pojazdu. Ten proces jest symulowany poprzez ręczne wybranie obrazu z widoczną tablicą rejestracyjną.

🇬🇧

A car is approaching a parking gate and activates a detector, which initializes taking a photo of the vehicle. This process is simulated by manually choosing an image with a visible license plate.

Simulation 1

---2---

🇵🇱

Zdjęcie jest przesyłane do usługi OCR w Microsoft Azure. Odczytywany jest tekst na obrazie i filtrowana jest rejestracja pojazdu. Umieszcza się ją w bazie SQL wraz z informacją o czasie wjazdu na parking.

🇬🇧

The picture is sent to the OCR service in Microsoft Azure. Text on the image is recognized and the license plate of the vehicle is filtered out. Then, it is stored in the SQL database, along with the time of entry to the parking lot.

Simulation 2

---3---

🇵🇱

Jeśli pojazd zostanie zeskanowany ponownie (jego rejestracja znajduje się już w bazie danych), to oznacza to wyjazd z parkingu. Wpis o obecności pojazdu na parkingu jest usuwany z bazy.

🇬🇧

If the vehicle is scanned again (its license plate text exists in the database already), it means it is leaving the parking lot. A record of its presence at the parking lot is removed from the database.

Simulation 3

Filtrowanie odczytów OCR | Filtering OCR results

🇵🇱

W sekcji powiadomień można zobaczyć surowe oraz przefiltrowane wyniki procesu odczytywania tablicy rejestracyjnej.

🇬🇧

In the notifications section there are both raw and filtered results of the license plate recognition process.

Filtering 1

Filtering 2

Filtering 3

About

Program symulujący działanie kamery odczytującej rejestracje pojazdów na parkingu. | A computer program simulating a camera recognizing license plates of vehicles at a parking lot.

Topics

Resources

Stars

Watchers

Forks

Languages