搜索资源列表
LPR
- License Plate Recognition with Image Processing using OpenCV
cvCarRecog
- 基于Opencv的汽车牌照定位与字符识别源代码,可以运行 -Vehicle License Plate Location Based on Opencv and character recognition source code, you can run
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
Recognition_Test(1)
- 基于opencv的车牌定位与字符裁剪,能够初步定位出车牌的区域,然后裁剪出每个字符。-Opencv-based license plate location and character cutting, to initially locate the license plate area, and then cut out each character.
licence-plate-recognition
- licence plate recognition written in c++. non-opencv program no extralibrary ne-licence plate recognition written in c++. non-opencv program no extralibrary needed
license-plate-localization1
- OPENCV做的固定阀值车牌定位完整源代码-OPENCV fixed threshold full source code license plate location
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.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
License-Plate-Recognition
- 用OpenCV作的一个车牌识别程序,目前只能处理黄底黑字的车牌图像-OpenCV for a license plate recognition program can only deal with black and yellow license plate image
License-Plate-Recognition-System
- 车牌识别系统。使用C++结合OpenCV编写的车牌识别系统。-License plate recognition system. Use C++ combination of the OpenCV written license plate recognition system.
License-Plate-Recognition
- 使用OpenCV和C++实现的车牌识别系统-License Plate Recognition System using OpenCV and C++ implementation
opencv-code-cPP
- opencv 人脸识别 车牌识别 头部pose评估等-opencv Face recognition plate recognition head pose evaluation
License-plate-location
- 基于opencv的车牌定位程序,检测边缘角点,匹配出最可能的区域 -The optical flow method based on target detection program delivery, real-time display of object trajectory
plate-location11
- 车牌定位,基于颜色和轮廓,opencv代码,c-car plate location
plate
- 基于opencv的车牌识别源码,准确率应该不错,用C语言写的。-Opencv source code based on license plate recognition accuracy rate should be good, written in C language.
license-plate-master
- 国外车牌识别软件 使用的opencv进行图像的处理-Foreign license plate recognition software
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++版本。由于训练样本有限,你测试时会