- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 1 month ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 8 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 9 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 10 months ago
- What is IoT and which devices to usePosted 10 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months 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.