搜索资源列表
基于opencv的车牌识别算法
- 基于opencv的车牌识别算法,我亲自是了下,还是不错的-Opencv-based license plate recognition algorithm, I personally was the next, or good
plate-demo.利用opencv完成的汽车牌号识别
- 利用opencv完成的汽车牌号识别,支持黄底黑色字迹的车牌号,Using opencv complete automotive brand recognition, support Mr black writing at the end of the license plate number
LPR
- License Plate Recognition with Image Processing using OpenCV
openCV 车牌识别
- 车牌识别,很好的程序,功能全而且强大,可以处理很多复杂的情况-License plate recognition, a very good program, full-featured and powerful and can handle many complicated situations
cvCarRecog
- 基于Opencv的汽车牌照定位与字符识别源代码,可以运行 -Vehicle License Plate Location Based on Opencv and character recognition source code, you can run
opencv-License_Plate_Recognition
- 数字图像处理源代码,用opencv语言实现车牌识别系统。-Digital image processing source code, using opencv language license plate recognition system.
MFC_OPENCV
- 网上收集的代码,用opencv和vc6写的一个自动识别车牌的程序-Online collection of code, written in vc6 using opencv and an automatic license plate recognition program
plate-demo
- 新手用OpenCV作的一个车牌识别程序,目前只能处理黄底黑字 的车牌图像,供大家交流学习之用,如果大家有好的测试图像, 请发到miaolg@hotmail.com,以进一步提高算法性能。-Novice to use OpenCV for a license plate identification procedures, are currently only dealing with black and yellow license plate images for use to fac
plate_openCV
- 使用opencv和c++实现的车牌识别系统-Opencv implemented using license plate recognition system
plate
- 实现对车牌的初步定位。 需要加入opencv-To achieve the initial location of the license plate. Need to join the opencv
License Plate
- 通过灰度化、分段灰度拉伸、中值滤波、边缘检测和二值化等方式对车牌图像进行预处理,然后基于灰阶跳变定位车牌。-By gray, fractional gray stretch, median filtering, edge detection and binarization, etc. on the license plate image is preprocessed, and then jump on gray positioning plate.
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++
Select
- 基于OpenCV的车牌识别系统的样本筛选程序,可以在多组车牌样本中筛选出质量比较好的车牌样本.-OpenCV license plate recognition system based on the sample selection procedure, multiple license plates in selected samples of relatively good sample plate.
cvCarRecog
- Mfc 应用程序 车牌识别 基于Opencv-Mfc Opencv-based license plate recognition applications
license-plate-localization2
- OPENCV做的自适阀值车牌定位完整源代码-Adaptive threshold OPENCV do full source code license plate location
PlateIdentify
- 使用VC++6.0和OPENCV实现一个简单的车牌识别系统-OPENCV using VC++6.0 and implement a simple license plate recognition system
License-plate-recognition-master
- opencv 2.4.10, eclipse helios, jdk7
基于OpenCV的车牌识别程序源代码
- 利用OpenCV实现的车牌识别,有需要的自己下载(License plate recognition based on OpenCV, which needs to be downloaded by oneself)
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++版本。由于训练样本有限,你测试时会