文件名称: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 transformation, segmentation is write an algorithm that identify part adopts is kNN algorithm, there are detailed notes!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
imtools.py
imtools.pyc
kNN.py
kNN.pyc
model
.....\0.txt
.....\1.txt
.....\2.txt
.....\3.txt
.....\4.txt
.....\5.txt
.....\6.txt
.....\7.txt
.....\8.txt
.....\9.txt
.....\A.txt
.....\B.txt
.....\C.txt
.....\D.txt
.....\E.txt
.....\F.txt
.....\G.txt
.....\H.txt
.....\I.txt
.....\J.txt
.....\K.txt
.....\L.txt
.....\M.txt
.....\N.txt
.....\O.txt
.....\P.txt
.....\Q.txt
.....\R.txt
.....\S.txt
.....\T.txt
.....\U.txt
.....\V.txt
.....\W.txt
.....\X.txt
.....\Y.txt
.....\Z.txt
opencv图像处理.py
rotate.py