搜索资源列表
mfc与opencv结合做的车牌定位、分割的程序
- mfc与opencv结合做的车牌定位、分割的程序 有源码,我也在学习阶段,与大家一起讨论研究。
车牌定位系统
- 基于opencv的车牌定位算法,开发工具VC6.0
车牌定位算法
- 基于opencv的车牌定位算法,开发工具vc6.0
固定阀值车牌定位
- OpenCV做的固定阈值车牌识别
Run 实现对车牌颜色进行识别和车牌区域的粗定位
- 代码能够实现对车牌颜色进行识别和车牌区域的粗定位,代码使用opencv实现的,算法的鲁棒性比较强!-code can be used for recognition of the color of the plate and coordinate the area of the plate.
tuxiangchuliyumoshishibiejishu
- 基于图像处理和模式识别技术的汽车牌照快速定位方法,定位准确率高,Based on image processing and pattern recognition technology in vehicle license rapid positioning method, positioning accuracy of high-
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.
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.
license-plate-localization2
- OPENCV做的自适阀值车牌定位完整源代码-Adaptive threshold OPENCV do full source code license plate location
LPLocation_Test
- opencv 车牌定位 得到二值图像,然后再用形态学扩张与形态学侵蚀,使得目标轮廓不会出现影响判断的断点与连接,最后根据寻找米粒的方法把车牌定位-opencv license plate location to get binary image, then use morphological dilation and morphological erosion, making the target profile will not affect the judge' s break wit
plateidentify
- 车牌识别 opencv 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-License plate recognition opencv The first open a picture and then follow the order of grayscale, binary, gray stretch,
OpenCV
- OpenCV下车牌定位算法实现 程序和执行结果均详细呈现-OpenCV under license plate positioning algorithm procedures and results of the implementation details presented
opencv
- opencv的车牌识别和车牌定位,精确度相当的可以-opencv move read
opencv-lpr
- 基础开源计算机视觉库项目的一种快速车牌定位,车牌识别,MFC开发的非常好用的源码及程序!-Open Source Computer Vision Library project basis a fast license plate location, license plate recognition, MFC developed a very useful source code and program!
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_3_License_Plate_Recognition_Python
- 这是一个基于python和opencvd的车牌定位和识别的代码(This is a license plate location and recognition based on Python and opencvd code)
Project1
- 基于OpenCV的颜色识别。经典的颜色识别的经典应用就是车牌定位了,因为中国的车牌无非就是蓝色和黄色,还有就是交通标志定位也是个应用。(Color recognition based on OpenCV.The classic application of color recognition is license plate location, because China's license plate is blue and yellow, and traffic sign is also a
452874车牌识别定位vc版
- 能识别车牌,剪切,并识别图中的字符,需要使用opencv的库(It can identify the license plate, cut and identify the characters in the map.)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会