搜索资源列表
车牌号码识别matlab完整程序实现
- 随这图形图像技术的发展,现在的车牌识别技术准确率越来越高,识别速度越来越快。无论何种形式的车牌识别系统,它们都是由触发、图像采集、图像识别模块、辅助光源和通信模块组成的。车牌识别系统涉及光学、电器、电子控制、数字图像处理、计算视觉、人工智能等多项技术。触发模块负责在车辆到达合适位置时,给出触发信号,控制抓拍。辅助光源提供辅助照明,保证系统在不同的光照条件下都能拍摄到高质量的图像。图像预处理程序对抓拍的图像进行处理,去除噪声,并进行参数调整。然后通过车牌定位、字符识别,最后将识别结果输出。
chepai
- 基于MATLAB图像处理的汽车牌照识别系统:看到网站里有不少车牌识别的代码,这里特意找了个原来看过的文章放上来,希望能够帮助大家理解。-MATLAB image processing based on the vehicle license plate recognition system: see the website, there are a lot of license plates to identify the code, here specifically to find a re
Untitled7
- 车牌识别系统 车牌定位 分割 和识别 识别是模板匹配的方法matlab-Matlab license plate recognition system
Untitled7
- 基于matlab的车牌识别系统设计源码,由于对硬件的要求,只能识别特定环境下拍摄到的车牌-Based on the license plate recognition matlab source system design, because of hardware requirements, can only identify the specific circumstances of the license plates photographed
Simulink
- 车辆号码的自动检索分析,基于Simulink的车牌识别系统仿真平台.-Vehicle numbers automatically retrieve analysis, license plate recognition system based on Simulink simulation platform.
matlab
- 车牌识别系统论文,对毕业设计非常有帮助,欢迎大家来下载哦!!!很不错的!--License Plate Recognition System thesis of graduation design very helpful, welcome everyone to download Oh! ! ! Very good!
zx_pr_exp_6
- 选择合适的方法对车牌进行预处理,车牌定位,字符分割; 设计神经网络结构,利用神经网络训练字符,实现字符识别; 设计Matlab或者VC++程序编程实现完整的车牌识别系统。 -recognition of the car bland
my0228
- 基于matlab的图像的检测与识别,车牌识别系统-Matlab image based on the detection and recognition, license plate recognition system
cars
- MATLAB车牌识别系统设计。包括源代码和设计文档。-MATLAB license plate recognition system. Including the source code and design documentation.
matlab
- 车牌定位系统的目的在于正确获取整个图像中车牌的区域, 并识别出车牌号。通过设计实现车牌识别系统,能够提高学生 分析问题和解决问题的能力,还能培养一定的科研能力。 -Plate positioning system aims to obtain the correct license plate area of the entire image, and identify turnout grades. License plate recognition
车牌识别系统源程序
- 基于matlab的车牌识别系统源程序,完整版 毕业设计必备资料
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
车牌识别系统
- matlab 实现的车牌号码识别,测试版本欢迎完善。(Matlab to achieve the license plate number recognition, test version is welcome to perfect.)
LPR-Matlab-master
- 基于matlab的车牌识别系统,有良好的gui,识别率良好。(The license plate recognition system based on MATLAB has good GUI and good recognition rate.)
基于MATLAB的车牌识别系统设计
- 基于MATLAB的车牌识别系统设计,包含matlab车牌识别系统仿真,(Design of license plate recognition system based on MATLAB, including simulation of MATLAB license plate recognition system,)
MATLAB车牌自动识别&门禁管理系统
- 车牌识别系统,包括读取摄像头车牌图片,处理识别车牌,匹配内部存储车牌号数据库,自动给出是否允许进入的指令。已整合成界面,全面强大
Matlab火焰烟雾检测(GUI)
- Matlab火焰烟雾检测(GUI) 本设计为基于matlab的烟雾火焰火灾识别系统,可读取视频或者图象,检测出是否有烟雾火焰,具备一个人机交互式GUI界面,功能强大,识别准确,同时配备相对应的操作说明和运行效果图,直接运行GUI文件即可完美运行。另外,诸如车牌,人脸,图象去雾,压缩,水印,疲劳检测,人数统计,声音信号处理等均可做技术交琉,欢迎一起探讨。(Matlab flame smoke detection (GUI) This design is a smoke and flame fi
基于BP神经外网络的车牌识别
- 基于MATLAB的车牌识别系统,识别准确率高,运行速度快,可供参考学习(License plate recognition system based on MATLAB)
车牌识别(含GUI,语音播报)
- 一个完整的车牌识别系统闭应包括车辆检测、图像采集、图像预处理、车牌定位、字符分割、字符识别等单元。当车辆到达触发图像采集单元时,系统采集当前的视频图像。车辆识别单元对图像进行处理,定位出牌照位置,再将车牌中的字符分割出来进行识别,然后组成车牌号码输出。(A complete license plate recognition system should include vehicle detection, image acquisition, image preprocessing, licen
基于MATLAB车牌号码识别系统设计
- 作者大学时写的一个基于MATLAB车牌号码识别系统设计,并把识别数据导入Excel中,代码可以完美运行,需要的可以下载,用于平时作业或毕业设计。