利用树莓派实现车牌识别,其中借鉴了大神的代码,调用摄像头,实现了车牌识别,设计一款基于树莓派实现车牌识别的智能限高杆。系统可以分为辨识部分和警示部分,辨识部分以树莓派3B+为核心处理器,基于Linux平台,利用激光对准模块来判断车辆是否超出限定高度,若超过则辅以摄像头来作为抓取车辆信息。通过python3.5和OpenCV来对含有车牌信息的图片,进行高斯去噪、灰度化、边缘检测、二值化、闭操作、字符分割、字符识别匹配等一系列图像处理操作最终实现车牌识别这个系统,最后通过串口将车牌信息发送给警示部分,考虑到要提高数据传输之间的可靠性,本系统自定义了串口之间传输的协议帧组。警示部分主要以STC12C5A32S2为处理核心,辅以点阵屏做为警示。单片机在接收到辨识部分发过来的车牌信息之后,将车牌…
☆175Jul 21, 2018Updated 7 years ago
Alternatives and similar repositories for SMP_LPR
Users that are interested in SMP_LPR are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 自己的毕业设计,基于树莓派的寝室小监控系统☆28Apr 23, 2017Updated 9 years ago
- a hyper-optimized single-node(local) version of spark sql engine, which's fundamental data structure is scala Iterator rather than RDD.☆13Jun 13, 2023Updated 2 years ago
- 毕业设计基于Opencv的车牌识别系统☆696Mar 10, 2022Updated 4 years ago
- 酷享物联平台的固件程序(基于ESP8266 RTOS)☆10Feb 21, 2019Updated 7 years ago
- GPS&BD2卫星导航系统模拟信号源☆11Aug 6, 2015Updated 10 years ago
- 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.
- ☆11Feb 15, 2022Updated 4 years ago
- Bluetooth Low Energy receiver for SDR devices with GNU Radio☆15Oct 10, 2023Updated 2 years ago
- ARM Linux下EasyPR中文车牌识别系统开发☆17Jun 5, 2018Updated 7 years ago
- ☆23Feb 2, 2017Updated 9 years ago
- 基于多源多维感知的高速公路两客一 危车辆轨迹追踪与事故预警部分☆15Mar 11, 2019Updated 7 years ago
- A light weight UI library based on Win32☆12Jul 2, 2019Updated 6 years ago
- 基于CNN的车牌(字符)识别 end2end plate recognition using CNN based on Tensorflow☆26Nov 10, 2016Updated 9 years ago
- OpenCV手写字体识别专题教程主要侧重的是对手写数字样本的采集与预处理部 分, 主要包括图像透视变换,二值化,联通阈检索,字符分割。☆84Nov 9, 2018Updated 7 years ago
- ☆16Jul 1, 2019Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- APK compiler for Android RFO-BASIC! apps☆10Nov 26, 2015Updated 10 years ago
- BLE_to_TCP Gateway☆12Oct 11, 2016Updated 9 years ago
- Implements Windows API hooks in modern C++☆17Aug 6, 2018Updated 7 years ago
- 基于python3.6+opencv3+tensorflow+cnn的银行卡识别☆13Dec 9, 2022Updated 3 years ago
- 多标签分类,端到端的中文车牌识别基于mxnet, End-to-End Chinese plate recognition base on mxnet☆1,115Jan 8, 2019Updated 7 years ago
- 阿里、腾讯、百度、华为、京东、搜狗和滴滴最新面试题汇集☆56May 13, 2018Updated 7 years ago
- 针对传统快递站点的各种不足,该无人快递站点通过采用多点机器视觉模块识别快件上的条形码进而获取该货物的具体位置,再查询数据库进行数据匹配获取快件的相关信息,通过机械臂控制技术来实现智能分拣、上架,将货架信息保存至库中,并发送信息给收件人。最后,系统根据取件人的取货码或二维码,…☆15Apr 21, 2019Updated 7 years ago
- 基于yolo的通用型图像矫正及文字识别☆10Feb 2, 2021Updated 5 years ago
- ☆11May 7, 2015Updated 10 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆11May 3, 2019Updated 6 years ago
- License Plate Recognition For Car With Python And OpenCV☆703Jan 18, 2021Updated 5 years ago
- High Performance Chinese License Plate Recognition Framework.☆6,124Feb 28, 2025Updated last year
- ☆12Jan 2, 2018Updated 8 years ago
- Windows设备驱动开发 光盘(示例代码)☆10Jan 14, 2013Updated 13 years ago
- Electro - easy commutation schematic editor written in Python + Qt (PyQt)☆14Mar 10, 2020Updated 6 years ago
- WiFi/BT version of BeagleBone Black done in EAGLE using Octavo OSD3358 SIP☆15Oct 28, 2020Updated 5 years ago
- 北斗基带信号MATLAB仿真代码☆20Jan 10, 2017Updated 9 years ago
- Patches for VoIPER http://sourceforge.net/projects/voiper/ to better support client fuzzing☆19Sep 29, 2015Updated 10 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 爬取商品评论并对商品评论进行情感分类☆11Aug 14, 2017Updated 8 years ago
- 本项目实现了ocr主流算法gru/lstm+ctc+cnn架构,进行不定长度验证码识别,达到不分割字符而识别验证码内容的效果。验证码内容包含了大小字母以及数字,并增加点、线、颜色、位置、字体等干扰项。本项目对gru +ctc+cnn、lstm+ctc+cnn、cnn三种架构…☆243Mar 26, 2019Updated 7 years ago
- Build a typical gateway framework : Cloud<-mqtt->Openwrt<-uart->PAN(Ble.Zibgee.Thread)☆10Sep 30, 2017Updated 8 years ago
- Freepascal wrapper for open62541 OPC UA client and server☆14Jul 14, 2023Updated 2 years ago
- File System In a File☆17Aug 14, 2018Updated 7 years ago
- Dynamic Programming and Online Optimization for Parking Control Systems☆11Jul 15, 2015Updated 10 years ago
- 基于yolo2tiny的水果分拣装置☆11Apr 9, 2020Updated 6 years ago