搜索资源列表
opencvCar
- 利用VC环境,开发了一个基于OPenCV的车牌识别系统,实现了对静态图片和视频中的车牌进行识别的功能,算法还有需要改进的地方,希望大家多提宝贵意见-Use the VC environment, developed a license plate recognition system based on OPenCV realized for still images and video of the license plate to identify the function, the algo
chepaishibie
- 利用opencv进行模版的匹配,实现车牌自动识别-License Plate Recognition
PlateIdentify
- 使用VC++6.0和OPENCV实现一个简单的车牌识别系统-OPENCV using VC++6.0 and implement a simple license plate recognition system
License-Plate-Recognition.tar
- opencv 下车牌识别的小程序 平台 vs2008 opencv2.2-The license plate recognition program under opencv Platform vs2008 opencv2.2
mfc_opencv-License-plate-recognition
- vs2010环境下,在MFC中应用opencv实现的车牌识别程序-License plate recognition,in mfc use opencv
opencvCar
- 基于opencv的车牌识别程序,能实现目标跟踪,截图,车牌识别包括了打开图像、图像二值化、车牌定位、字符分割、字符识别等。-Opencv-based license plate recognition program, to achieve the target tracking shots, license plate recognition, including the open image, image binarization, license plate localization, c
License-Plate-Recognition
- 用OpenCV作的一个车牌识别程序,目前只能处理黄底黑字的车牌图像-OpenCV for a license plate recognition program can only deal with black and yellow license plate image
main.cpp
- opencv车牌识别 可以在光线条件不佳的情况下识别出车牌位置-opencv license plate recognition can identify the license plate location in the case of poor lighting conditions
opencvCarRecognition
- 一个值得学的车牌识别实例,采用opencv实现的,值得各个新手学习-License Plate Recognition instance, a science opencv realized the worth of each novice learning
License-Plate-Recognition-System
- 车牌识别系统。使用C++结合OpenCV编写的车牌识别系统。-License plate recognition system. Use C++ combination of the OpenCV written license plate recognition system.
车牌识别
- 基于openCV,还有问题,搜索矩形区域不对.
车牌识别
- 基于opencv,矩形区域搜索有问题, 具有好的和谐结构,是一个很好的基础
opencv-code-cPP
- opencv 人脸识别 车牌识别 头部pose评估等-opencv Face recognition plate recognition head pose evaluation
LPRS-Python-opencv-
- 这个是自己用Python2.7写的基于opencv的车牌识别,目前识别率还是不怎么高,车牌定位采用的是形态学变换,分割是自己写的一个算法,识别部分采用的是kNN算法,有详细的注释!-This is his written in Python2.7 opencv based license plate recognition, the recognition rate is not very high, license plate location is the morphological tra
OPENCV与c++车牌识别
- 一个关于车牌识别系统的opencv与c++代码
车牌识别
- 简单的车牌识别系统,适合opencv初学者学习(Simple license plate recognition system)
This-using-Matlab
- 这是采用Matlab编写的车牌识别程序,总共包含96个文件(This is the license plate recognition using Matlab program, containing a total of 96 documents)
字符特征提取
- 结合OpenCV在VS2015平台上对含有字符特征提取,例如可以进行车牌识别等(Combined with OpenCV on the VS2015 platform to contain character feature extraction, such as license plate recognition can be carried out)
License-Plate-Recognition-master
- 用python3+opencv3做的中国车牌识别,包括算法和客户端界面。(Chinese license plate recognition using python3+opencv3, including algorithm and client interface.)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会