ALPR System Prototype
Solving a parking lot capacity issue
Design Criteria & Limitations:
What are the problems?
Non-gate controlled so anyone can enter and park
Central Downtown High School so accessible to anyone to park
Regulated on a first-come-first-serve basis because of limited parking spots so students often have no place to park
Field Research:
User Research of 3 Focus Groups
Students (31 surveyed)
Student Administration
Parents
The Design (4-Step Process):
Acquired the images of 30 car license plates using a camera at a specific camera positioning
Extracted the license plate from the image based on the boundary of the plate and the recognition of the existence of numbers of letters
Plate Localization: Isolating the plate on the picture
Character Segmentation and Recognition: Finding the individual characters through image binarization
ALPR algorithm implemented using OpenCV and C++
Plate Localization
Concept Modelling of Gate
Final User Screen that takes in photo of car, and determines if gate should open or not