搜索资源列表
chepaishibie
- 车牌识别源码 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)
dip
- (VC)车牌识别源码,算法比较复杂,供参考
车牌号码识别源码
- 车牌号码识别源码
车辆检测与车牌识别
- 视频帧分析源码,用于车辆检测及车牌识别,采用背景差分法
Vehile_OCR.rar
- 车牌定位及识别源码,我从其他网站当来的,希望对大家能有所帮助,License plate location and identification of source, I learned from other sites when the past, in the hope that we can help
1118
- opecv+车牌识别+车牌定位 源码,效果还可以,-opecv+ License Plate Recognition
VB-plate-recognition
- VB的车牌识别源码,改进后白天准确率98 -VB source code license plate recognition, improved accuracy of 98 during the day
Video-Frame
- 视频帧分析源码,用于车辆检测及车牌识别,采用背景差分法-Analysis of source video frame for vehicle license plate detection and identification, using the background difference method
delphi7Demo_HVActiveX2_V2
- 车牌识别设备,车牌采集源码,采用DELPHI7编写,适合初学者使用。-HV ActiveX2 V2 by delphi7 Demo source for JPEG,JPG picture display ,declare dll use. include: ProjectMainForm.dpr ProjectMainForm.res ProjectMainForm.cfg MainForm.dfm MainForm.pas
chepaishibie
- 一个完整的车牌识别源码,很不错的资料,vc++的源码-A complete license plate recognition source code, very good information, vc++ source code
vehiclechar
- 车牌识别源码,VC++程序 范例程序,供参考-License plate recognition source code, VC++ program sample programs for reference
lp_detection
- 车牌识别的源码程序,根据来外的修改而得 可以直接运行 ,效果比较稳定-license recognition
MFC_OPENCV
- 在OPENCV平台下实现车牌识别的一套程序 简单有效 可以试试 用C++写的-In OPENCV platform to achieve a set of license plate recognition program is simple and effective, try to write with C++
code
- 车牌识别源码,可用于交通件事摄像机中的车牌寻找与识别-License plate recognition source code
CPR_realese1.0
- 智能车牌识别源码,具有自动学习功能,以不断提高识别的效率-Smart license plate recognition source code, with automatic learning capabilities to improve the efficiency of recognition
最新车牌识别系统源码VC++
- 通过车牌提取、图像预处理、特征提取、车牌字符识别等技术,识别车辆牌号,目前的技术水平为字母和数字的识别率可达到96%,汉字的识别率可达到95%。(Through the license plate extraction, image preprocessing, feature extraction, character recognition of license plate recognition technology, vehicle brands, the current level o
c#车牌识别系统
- 车牌识别系统,适用于车牌识别。。有图片例子,源码,需要的转走,可以多学学图像识别相关知识,使用AspriseOCR技术...(The license plate recognition system is suitable for the license plate recognition. There is a picture example, the source code, the need to turn, can learn more about the knowledge of im
车牌识别系统
- c#实现车牌识别系统,完整的源码,应用程序、测试模板图片以及实验报告文档,课程设计作业,已经成功测试,可以直接运行的。(C # implements license plate recognition system, complete source code, application, test template image and experiment report document, course design work, has been successfully tested, can
C# .NET车牌识别
- c#实现车牌识别系统,完整的源码,应用程序、测试模板图片(C# license plate recognition)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会