搜索资源列表
opencvCar
- opencv C++车牌检测。可控制摄像头捕获图像,跟踪,检测-opencv&C++.carnumber detection.you can control the usb camera to track and detect.
PlateIdentify
- 车牌检测源代码包含MFC文件opencv与visual c++混合编程-Plate Identify
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
congealReal.1.0
- 国外的一个做人脸直线化的代码,能够对人脸和汽车图片进行直线化。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done eithe
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.
chepaishibie
- 利用opencv进行模版的匹配,实现车牌自动识别-License Plate Recognition
PlateIdentify
- 使用VC++6.0和OPENCV实现一个简单的车牌识别系统-OPENCV using VC++6.0 and implement a simple license plate recognition system
opencvCar
- 开发环境:vc6.0 ,opencv1.0.整体功能:实现车牌跟踪,检测,车牌定位,车牌分割,字符 分割,字符识别,其中车牌跟踪和车牌检测不是很好,但是对于已经拍好的图片,车牌定位, 车牌分割,字符分割和字符识别效果很好。程序中的核心算法,本人已加详细注释。具体详见程序说明。希望对你有所帮助。-Development Environment: vc6.0, opencv1.0. Overall functions: license plate tracking, detect
车牌识别
- 基于openCV,还有问题,搜索矩形区域不对.
车牌识别
- 基于opencv,矩形区域搜索有问题, 具有好的和谐结构,是一个很好的基础
OPENCV与c++车牌识别
- 一个关于车牌识别系统的opencv与c++代码
platelocate2
- 车牌处理,进行高斯模糊、sobel算子以及阈值分割(Plate processing, gaussian blur, sobel operator and threshold segmentation)
车牌识别
- 简单的车牌识别系统,适合opencv初学者学习(Simple license plate recognition system)
车牌识别文档
- 车牌字符识别是字符识别的重要组成部分。车牌字符识别的最终目的就是将图像中的车牌字符转化成文本字符,车牌字符的识别属于印刷体识别范畴。 字符识别的基本思想是匹配判别。抽取待识别字符特征按照字符识别的原理和预先存储在计算机中的标准字符模式表达形式的集合逐一进行匹配,找出最接近输入字符模式的表达形式,该表达形式对应的字就是识别结果。(License plate character recognition is an important part of character recognition. T
Vehicle-License-Plate-Recognition-master
- 车牌识别的程序,并有框架在里边。框架是MFC做的(License plate recognition program)
车牌抠图
- 通过标准形状的车牌作为模板,匹配车辆上的车牌,并框出车辆上的车牌。(Through the standard shape of the license plate as a template, matching the license plate on the vehicle, and frame the license plate on the vehicle.)
cartest2
- 车牌定位,分割,实现了车牌的二值化 滤波、膨胀、腐蚀、等预操作,然后进行了定位于分割(The license plate location, segmentation, binarization of license plate Filtering, expansion, corrosion, pre operation, and then the positioning in the segmentationn)
14_车牌识别系统
- 车牌识别系统,完整的功能,简单的图形界面运用(vehicle license plate recognition)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
vc6.0基于opencv1.0的车牌识别程序源代码
- vc6.0基于opencv1.0的车牌识别程序源代码,有图形界面,就是版本老了点