<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>real-time on toorun.dev</title><link>https://toorun.dev/tags/real-time/</link><description>Recent content in real-time on toorun.dev</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 06 May 2026 12:30:00 +0000</lastBuildDate><atom:link href="https://toorun.dev/tags/real-time/index.xml" rel="self" type="application/rss+xml"/><item><title>License Plate Reader – Edge Detection Based Recognition for ARM64</title><link>https://toorun.dev/posts/license-plate-reader-edge-detection-based-recognition-for-arm64/</link><pubDate>Wed, 06 May 2026 12:30:00 +0000</pubDate><guid>https://toorun.dev/posts/license-plate-reader-edge-detection-based-recognition-for-arm64/</guid><description>Project Overview The License Plate Reader is a two-stage license plate detection pipeline designed for real-time operation on resource-constrained devices like the Raspberry Pi. It prioritizes lightweight computation over accuracy, using edge detection and contour analysis instead of machine learning frameworks.
The system is structured as:
Stage 1: Edge detection using Canny edge detection to identify plate-like regions Stage 2: Contour analysis with aspect ratio filtering to isolate license plates Stage 3: Tesseract OCR for text extraction and recognition This approach eliminates dependency on heavy ML frameworks, making it suitable for deployment on embedded ARM64 systems where memory and CPU are limited.</description></item></channel></rss>