Tag

License Plate Recognition

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 31, 2024 · Artificial Intelligence

Python License Plate Detection and Recognition Using OpenCV and Tesseract

This tutorial walks through creating a Python program that preprocesses an input image, detects and extracts a vehicle license plate using OpenCV, and then reads the plate characters with Tesseract OCR, displaying the recognized text as the final output.

License Plate RecognitionTesseractcomputer vision
0 likes · 8 min read
Python License Plate Detection and Recognition Using OpenCV and Tesseract
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 17, 2024 · Artificial Intelligence

Building a License Plate Recognition Service with C++, TensorRT, and Go

This article details how to train a YOLOv8‑pose model for license‑plate detection, convert it to TensorRT engine, implement C++ inference and preprocessing, expose the functionality via CGO to Go, and assemble a lightweight web service for real‑time plate recognition.

C++GoLicense Plate Recognition
0 likes · 12 min read
Building a License Plate Recognition Service with C++, TensorRT, and Go
Python Programming Learning Circle
Python Programming Learning Circle
Feb 13, 2023 · Artificial Intelligence

Python License Plate Detection and Recognition Using OpenCV and Tesseract

This tutorial walks through building a Python program that detects and reads vehicle license plates by preprocessing images with OpenCV, extracting contours, isolating the plate region, and applying Tesseract OCR to convert the characters into text, complete with environment setup and code examples.

License Plate RecognitionPythonTesseract OCR
0 likes · 7 min read
Python License Plate Detection and Recognition Using OpenCV and Tesseract
Java Captain
Java Captain
Dec 4, 2021 · Artificial Intelligence

Java Spring Boot License Plate Recognition and Training System (Open‑Source)

This open‑source project implements a Spring Boot and Maven based license‑plate detection and training system in Java, leveraging OpenCV and JavaCPP, supporting multiple plate colors, SVM and ANN algorithms, and providing a B/S architecture with SQLite, Swagger documentation, and extensible image‑recognition features.

Deep LearningJavaLicense Plate Recognition
0 likes · 4 min read
Java Spring Boot License Plate Recognition and Training System (Open‑Source)
Java Captain
Java Captain
Aug 2, 2020 · Artificial Intelligence

Java Spring Boot License Plate Recognition and Training System (Open‑Source)

This article introduces an open‑source Java Spring Boot project that implements a license‑plate detection and recognition system with training capabilities, detailing its features, architecture, supported plate types, software requirements, processing steps, installation guide, and reference resources.

Deep LearningJavaLicense Plate Recognition
0 likes · 8 min read
Java Spring Boot License Plate Recognition and Training System (Open‑Source)
Tencent Cloud Developer
Tencent Cloud Developer
Aug 8, 2018 · Artificial Intelligence

Technical Implementation of Guangzhou's "Open Four Stop Four" Traffic Restriction System

Guangzhou enforces its “Open Four Stop Four” traffic restriction by deploying electronic police cameras that capture vehicle images, storing them on Tencent Cloud, applying AI‑driven out‑of‑town license‑plate recognition, and using bitmap‑encoded daily travel patterns to automatically detect illegal trips and issue fines.

License Plate Recognitioncloud storagemachine learning
0 likes · 7 min read
Technical Implementation of Guangzhou's "Open Four Stop Four" Traffic Restriction System