车牌识别是一项利用车辆的动态视频或静态图像进行牌照号码、牌照颜色自动识别的模式识别技术。其硬件基础一般包括触发设备、摄像设备、照明设备、图像采集设备、识别车牌号码的处理机,其软件核心包括车牌定位算法、车牌字符分割算法和字符识别算法等。一个完整 的车牌识别系统应包括车辆检测、图像采集、图像预处理、车辆定位、字符分割、字符识别、输出车牌号码七个部分。
☆34Dec 5, 2024Updated last year
Alternatives and similar repositories for License_Plate_Dynamic_Recognition
Users that are interested in License_Plate_Dynamic_Recognition are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于YOLOv7-plate和CRNN的车牌号检测识别项目,使用PyQt构建了UI界面。☆50Jun 21, 2023Updated 3 years ago
- 基于yolov5+CRNN的中文车牌识别系统☆23Mar 12, 2024Updated 2 years ago
- 校园车辆人流监控系统主要基于Yolov5和DeepSORT算法,实现对校园内车辆和行人的追踪,并计算他们的速度以及检测是否发生碰撞。☆31Dec 9, 2023Updated 2 years ago
- 基于OpneCV的道路监控视频车辆检测与流量统计☆11Jul 14, 2020Updated 6 years ago
- 开发板实践:掌握应用树莓派(Raspberry Pi)这一低成本、高性能的微型计算机在人脸识别领域的应用。 软件开发实践:利用Qt这一跨平台的应用程序框架,开发用户友好、功能丰富的人脸识别签到系统交互界面。 图像处理能力:通过OpenCV这一开源的计算机视觉库,进行人脸…☆29Apr 21, 2024Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- RetinaNet face detection model inference on edge/mobile device utilizing MNN framework.☆13Feb 27, 2023Updated 3 years ago
- 1422Python基于Opencv和SVM机器学习算法和百度AI平台车牌识别系统-毕业源码案例设计☆17Apr 4, 2024Updated 2 years ago
- 基于 Python 的人脸识别与数字图像处理系统 | 人脸采集、身份验证、口罩检测、证件照生成、图像滤波与增强☆11Apr 1, 2026Updated 4 months ago
- Python+OpenCV数字图像处理课程设计作业[车牌识别]☆218Feb 1, 2020Updated 6 years ago
- Zino开发框架中文教程☆16Jun 4, 2024Updated 2 years ago
- 南开大学实习实训——车牌识别☆17Sep 20, 2022Updated 3 years ago
- Paddle Lite classic demo for AI accelerators☆11Feb 27, 2024Updated 2 years ago
- 利用opencv对水表表盘图像进行处理,获取水表表盘的读数☆15Nov 23, 2023Updated 2 years ago
- 本课题利用 CCPD 数据及自生成的高清车牌数据,基于加入注意力机制以及轻型卷积改良的 YOLO 目标检测算法检测车牌,同时利用自定义的 ResNet+Transformer 网络构成字符识别算法用于识别检测出的车牌内容信息。所设计的模型提升了平均精度(mAP)值,降低了计…☆95May 1, 2025Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 2023 同济大学 算法设计与分析 课程☆10Jun 27, 2023Updated 3 years ago
- yolov7+LPRnet车牌识别☆14Jun 27, 2023Updated 3 years ago
- 毕设如何选题-计算机视觉项目大集合(图像分类+目标检测+目标跟踪+姿态识别+车道线识别+车牌识别+无人机检测+A*路径规划+单目测距与测速+行人车辆计数等)☆23Jan 2, 2025Updated last year
- 本车牌识别系统依次实现了汽车图像的车牌定位、车牌字符分割、车牌字符识别算法的过程☆12Sep 19, 2020Updated 5 years ago
- 基于Yolov5_6.1、LPRNet、PySide6开发的车牌识别系统☆12Aug 17, 2023Updated 3 years ago
- 使用onnxruntime部署文档矫正,包括文档扭曲/模糊/阴影等情况,依然是包含C++和Python两个版本的程序☆16Jan 3, 2025Updated last year
- License plate recognition 车牌识别☆29Feb 2, 2021Updated 5 years ago
- 测试桌面端ncnn c++算法☆17Jun 15, 2025Updated last year
- 车辆检测、跟踪、计数☆18Jun 20, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 同济大学2019级数据库课程设计项目☆11Sep 11, 2021Updated 4 years ago
- 同济大学 数据库课设 TJU Database Curriculum Project☆10May 30, 2020Updated 6 years ago
- 同济大学计算机组成原理31条指令CPU以及54条指令CPU实现(Verilog)☆16Jun 4, 2023Updated 3 years ago
- 车辆多维特征识别系统,车色,车品牌,车标,车型☆112Jun 4, 2020Updated 6 years ago
- 同济大学数据结构课设:二叉树遍历可视化☆11Dec 4, 2023Updated 2 years ago
- 基于Python+OpenCV的车牌识别系统☆20Jun 5, 2019Updated 7 years ago
- 车牌检测:系统首先通过YOLO算法对输入的车辆图像进行车牌检测。号码识别:车牌检测完成后,系统将检测到的车牌区域提取出来,并通过PaddleOCR进行车牌号码识别。基于PyQt5框架开发了一个直观友好的用户界面☆16Jan 19, 2025Updated last year
- STF-GCN: A Multi-Domain Graph Convolution Network Method for Automatic Modulation Recognition via Adaptive Correlation☆21Aug 30, 2025Updated last year
- 济勤大一下沈坚的高程作业。不支持复制粘贴,被查重了不怪我哈。希望帮助到扣头想不出作业的同学☆11Mar 17, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 使用ONNXRuntime部署DeDoDe:"局部特征匹配:检测,不要描述——描述,不要检测"。依然是C++和Python两个版本的程序☆23Dec 22, 2023Updated 2 years ago
- 汽车识别(包括车牌、车型、车品牌、属性、及驾驶员违规行为识别检测)☆141Dec 21, 2020Updated 5 years ago
- python opencv 车牌识别☆33Dec 16, 2022Updated 3 years ago
- 该工作的内容主要是面向中国车牌识别系统。车牌的检测系统通过YOLOv3网络来实现,检测后的车牌会通过空间变换网络进行倾斜校正。校正后的图片经由LPRNet进行识别。目前在1000张图片上测试的最终准确率可达93.3%。实现者电子科技大学刘俊凯、陈昂、夏子寒☆39Jul 18, 2020Updated 6 years ago
- 使用Unet / YOLOv5进行车牌定位,CNN进行车牌识别(定长)(基于CCPD数据集)☆24Oct 6, 2022Updated 3 years ago
- 同济大学数字逻辑大作业:基于颜色传感器与 OV2640 摄像头的图像处理及显示系统 FPGA camera filter project for 102109 Digital Logic, Fall 2022, Tongji University.☆16Jul 21, 2024Updated 2 years ago
- 基于YOLOv8和PySide6的交通标志检测系统(数据集为处理后的TT100K2021)☆30Jul 3, 2024Updated 2 years ago