- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Plate’s number recognition with Raspberry Pi
The recognition of vehicle number plates is a process as complex as it is necessary, used for example at motorway toll booths or to identify who violate traffic rules. Here we propose a Raspberry Pi-based system that automatically recognizes vehicle license plates using image processing.
The system features an HD camera with infrared sensor and an LCD display interfaced with a Raspberry Pi. It constantly processes the incoming camera footage to detect any trace of license plates. When it detects one, it extracts the part of interest from the image. It then processes the extracted image using OCR to obtain the license plate number which is displayed on the LCD.
We therefore propose a functional method using Raspberry Pi that can also be replicated at home to train with programming (in Python language) and at the same time obtain a valid product.