登录
首页 » Visual C++ » PlateIdentify

PlateIdentify

于 2015-12-15 发布 文件大小:74KB
0 346
下载积分: 1 下载次数: 12

代码说明:

  该源程序构建了车牌识别系统,里面包含相应的模板,可以直接运行(The source code license plate recognition system was constructed, which contains the appropriate template, you can directly run)

文件列表:

PlateIdentify
.............\Classification.cpp,4802,2015-12-15
.............\Classification.h,240,2015-12-15
.............\ImageFUNC.cpp,3643,2015-12-15
.............\ImageFUNC.h,455,2015-12-15
.............\Image_thin.cpp,9056,2015-12-15
.............\Image_thin.h,1116,2015-12-15
.............\lut_shrink.h,3734,2015-12-15
.............\lut_thin.h,2094,2015-12-15
.............\MainFrm.cpp,1885,2015-12-15
.............\MainFrm.h,680,2015-12-15
.............\MyImg.cpp,164,2015-12-15
.............\MyImg.h,162,2015-12-15
.............\PlateIdentify.aps,67676,2015-12-15
.............\PlateIdentify.cpp,3371,2015-12-15
.............\PlateIdentify.h,515,2015-12-15
.............\PlateIdentify.rc,11701,2015-12-15
.............\PlateIdentify.vcproj,6779,2015-12-15
.............\PlateIdentifyDoc.cpp,23398,2015-12-15
.............\PlateIdentifyDoc.h,1532,2015-12-15
.............\PlateIdentifyView.cpp,2215,2015-12-15
.............\PlateIdentifyView.h,1045,2015-12-15
.............\ReadMe.txt,3574,2015-12-15
.............\res

.............\...\PlateIdentify.rc2,369,2015-12-15


.............\resource.h,1061,2015-12-15
.............\stdafx.cpp,144,2015-12-15
.............\stdafx.h,1796,2015-12-15
.............\targetver.h,1030,2015-12-15
.............\template





.............\........\5.bmp,1878,2015-12-15
.............\........\6.bmp,1878,2015-12-15
.............\........\7.bmp,1878,2015-12-15
.............\........\8.bmp,1878,2015-12-15
.............\........\9.bmp,1878,2015-12-15
.............\........\A.bmp,1878,2015-12-15
.............\........\B.bmp,1878,2015-12-15
.............\........\C.bmp,1878,2015-12-15
.............\........\D.bmp,1878,2015-12-15
.............\........\E.bmp,1878,2015-12-15
.............\........\F.bmp,1878,2015-12-15
.............\........\G.bmp,1878,2015-12-15
.............\........\H.bmp,1878,2015-12-15
.............\........\J.bmp,1878,2015-12-15
.............\........\K.bmp,1878,2015-12-15
.............\........\L.bmp,1878,2015-12-15
.............\........\M.bmp,1878,2015-12-15
.............\........\N.bmp,1878,2015-12-15
.............\........\P.bmp,1878,2015-12-15
.............\........\Q.bmp,1878,2015-12-15
.............\........\R.bmp,1878,2015-12-15
.............\........\S.bmp,1878,2015-12-15
.............\........\T.bmp,1878,2015-12-15
.............\........\U.bmp,1878,2015-12-15
.............\........\V.bmp,1878,2015-12-15
.............\........\W.bmp,1878,2015-12-15
.............\........\X.bmp,1878,2015-12-15
.............\........\Y.bmp,1878,2015-12-15
.............\........\Z.bmp,1878,2015-12-15
.............\........\京.bmp,1878,2015-12-15
.............\........\川.bmp,1878,2015-12-15
.............\........\浙.bmp,1878,2015-12-15
.............\........\湘.bmp,1878,2015-12-15
.............\........\琼.bmp,1878,2015-12-15
.............\........\粤.bmp,1878,2015-12-15
.............\........\辽.bmp,1878,2015-12-15
.............\........\鄂.bmp,1878,2015-12-15
.............\........\黑.bmp,1878,2015-12-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DIBR
    说明:  DIBR功能实现3D合成,是三维电影合成的快速算法(DIBR function realization 3D synthesis, is a fast algorithm for the synthesis of three-dimensional film)
    2021-04-14 08:58:55下载
    积分:1
  • CN_edgedetect
    本程序为二值图像的处理。通过一种称为CNED(connectivity number based edge detection)的方法对二值图像进行边缘提取。结果表明这种方法比candy sober 等算子更加精确,效果更好。(This procedure for binary image processing. Through a known CNED (connectivity number based edge detection) method for binary image edge extraction. The results show that this method, such as candy sober than the operator more precise, better.)
    2007-04-22 13:23:27下载
    积分:1
  • fasta
    DNA比对中FASTA算法的简单实现,通过建立查找表、位移表和位移向量表来得出两条序列的最大匹配位移。(DNA matching the FASTA algorithm is simple to achieve, through the establishment of a lookup table, displacement and the displacement vector table to derive maximum matching two sequences displacement.)
    2021-01-11 11:18:49下载
    积分:1
  • Transform_2D
    这是计算机图形学中的对二维图形进行基本几何变换的程序(This is a two-dimensional computer graphics in the graphics program of basic geometric transformations)
    2009-12-29 01:41:22下载
    积分:1
  • image-processing
    冈萨雷斯数字图像处理MATLAB版,是我们学习图像处理必备的书籍(Gonzales digital image processing MATLAB version, we study the image processing necessary books)
    2016-05-04 11:45:37下载
    积分:1
  • ProfiletoPolygon
    将曲线轮廓中的B-样条曲线通过最小二分法转换成一组能保持曲线轮廓形状的小折线。这样,原有的字体轮廓数据就从用曲线轮廓表示转变为用多边形表示,即用一组点及其先后顺序来描述轮廓。(Profile to Polygon)
    2009-12-20 16:18:20下载
    积分:1
  • leachvsdeec
    说明:  最近一直在看matlab仿真WSN的资料,今天找到一个仿真LEACH协议的。其主要是为了仿真他自己提出来的分簇协议,并给出了matlab代码,同时给出leach的代码。有兴趣的可以研究一下leach 协议和deec的协议对比(I've been looking at the MATLAB simulation WSN recently, and today I've found a simulation LEACH protocol. The main purpose is to simulate the clustering protocol proposed by himself, and give the matlab code, and give leach code at the same time. Interested can study the LEACH protocol and DEEC protocol comparison)
    2017-07-13 21:47:23下载
    积分:1
  • Color-gamut-calculation
    根据输入的色坐标自动计算出色域,并标注在CIE-1931色度图上.(Automatically calculate based on the input color coordinates of the gamut, and marked in the CIE-1931 chromaticity diagram.... )
    2012-02-24 12:45:07下载
    积分:1
  • main
    主成分分析的三种方法,一种是自编程序,一种是princomp函数,一种是pcacov函数(Three principal component analysis, one is self-programming, one is princomp function, a function is pcacov)
    2015-06-11 19:02:18下载
    积分:1
  • RCS_Results
    我用VC编的一个画图程序:其中使用了切分视图(I VC series a drawing program : the use of split View)
    2004-10-27 18:30:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载