登录
首页 » Visual C++ » mfc_opencv-License-plate-recognition

mfc_opencv-License-plate-recognition

于 2012-03-20 发布 文件大小:19746KB
0 152
下载积分: 1 下载次数: 251

代码说明:

  vs2010环境下,在MFC中应用opencv实现的车牌识别程序(License plate recognition,in mfc use opencv)

文件列表:

mfc_opencv车牌识别
..................\BpNet.cpp,12301,2009-08-13
..................\BpNet.h,3456,2009-08-13
..................\Debug
..................\.....\CL.read.1.tlog,58518,2012-03-19
..................\.....\CL.write.1.tlog,2682,2012-03-19
..................\.....\MainFrm.obj,33933,2012-03-17
..................\.....\PlateIdentify.exe,3063808,2009-09-07
..................\.....\PlateIdentify.lastbuildstate,121,2012-03-19
..................\.....\PlateIdentify.log,1722,2012-03-19
..................\.....\PlateIdentify.pch,17039360,2012-03-17
..................\.....\PlateIdentify.unsuccessfulbuild,0,2012-03-19
..................\.....\stdafx.obj,386237,2012-03-17
..................\.....\vc100.idb,846848,2012-03-19
..................\.....\vc100.pdb,2240512,2012-03-19
..................\DigitClass.cpp,13022,2009-08-09
..................\DigitClass.h,1601,2004-06-06
..................\img

..................\...\result.txt,8,2009-09-07
..................\...\teget_num.txt,61,2009-08-14
..................\...\test_set.txt,441,2009-09-07
..................\...\train_num.txt,441,2009-08-14
..................\MainFrm.cpp,1803,2009-08-02
..................\MainFrm.h,655,2009-08-02
..................\myimg.cpp,236,2009-08-03
..................\myimg.h,164,2009-08-03
..................\PlateIdentify.aps,68388,2009-08-15
..................\PlateIdentify.cpp,3372,2009-08-02
..................\PlateIdentify.h,515,2009-08-02
..................\PlateIdentify.rc,12147,2009-08-15
..................\PlateIdentify.sdf,66277376,2012-03-19
..................\PlateIdentify.sln,892,2012-03-17
..................\PlateIdentify.sln.old,890,2009-08-02
..................\PlateIdentify.vcproj,6124,2009-08-13
..................\PlateIdentify.vcxproj,9002,2012-03-19
..................\PlateIdentify.vcxproj.filters,2667,2012-03-17
..................\PlateIdentify.vcxproj.user,143,2012-03-17
..................\PlateIdentifyDoc.cpp,34324,2012-03-20
..................\PlateIdentifyDoc.h,6028,2009-08-16
..................\PlateIdentifyView.cpp,2228,2009-08-03
..................\PlateIdentifyView.h,1045,2009-08-12
..................\ReadMe.txt,3574,2009-08-02
..................\res

..................\...\PlateIdentify.rc2,369,2009-08-02


..................\Resource.h,1813,2009-08-14
..................\stdafx.cpp,144,2009-08-02
..................\stdafx.h,2489,2009-08-02
..................\UpgradeLog.XML,2991,2012-03-17
..................\_UpgradeReport_Files
..................\....................\UpgradeReport.css,3348,2012-03-17
..................\....................\UpgradeReport.xslt,12505,2010-05-04
..................\....................\UpgradeReport_Minus.gif
..................\....................\UpgradeReport_Plus.gif
..................\说明.txt,206,2009-09-07

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

发表评论

0 个回复

  • 54418570MyProjects
    一个两个客户端之间的对话软件,用VC++编写。(A dialogue between the two client software)
    2012-05-17 18:48:48下载
    积分:1
  • auto_ptz.tar
    PTZ控制源码,可以实现对云台相机的基本控制(PTZ control The basic control of cloud camera can be realized)
    2017-11-30 10:53:43下载
    积分:1
  • NETAPI
    这是一款基于深度置信网络的目标识别方法编程,值得初学者下载学习。(This is a program based on the depth of target recognition belief networks, it is worth downloading for beginners to learn.)
    2020-12-22 17:39:07下载
    积分:1
  • cr-cz
    蒸发冷凝的udf,,包括传热传质,对应于水(Evaporative condensation of UDF, including heat and mass transfer, corresponds to water)
    2017-06-28 21:39:50下载
    积分:1
  • Opencv1.0
    opencv1.0的使用手册,对初学者有很好的帮助作用(opencv1.0 manual, very helpful for beginners)
    2012-07-05 14:20:13下载
    积分:1
  • Doppler-radar-driver
    多普勒雷达驱动程序,应用于室内导航与定位(Doppler radar driver)
    2015-04-02 11:56:05下载
    积分:1
  • LTE_UL
    仿真过程中,将改进算法那与经典算法进行比较,通过对仿真数据如系统时延、系统丢包概率以及系统吞吐量的比较分析,评估改进算法的正确性和性能。(Simulation process, the improved algorithm that compares with the classical algorithm, through the simulation data system latency, packet loss probability of the system as well as a comparative analysis system throughput, improved assessment of the correctness and performance of the algorithm.)
    2014-05-05 12:12:19下载
    积分:1
  • CS-Channel-Estimation
    信道估计程序,ieee发表的文章对应的原码,本人已经验证,可以使用。(Channel estimation procedures, ieee post corresponding to the original code, I have verified that you can use.)
    2013-10-25 21:08:24下载
    积分:1
  • vc-csv
    Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。(Class Vc++ read and write csv file, this resource is to read and write CSV file very useful class. The method is very good, the code is written in a very simple, very suitable for use in the actual project. I tested, above code CSVOperator.h the, CSVOperator.cpp and StringParser.h copy to the project, can be used directly. In the CSV_OP.cpp file, the main method inside the detailed method of reading the file. Read this file config.csv.)
    2013-04-19 10:54:25下载
    积分:1
  • Hla_template
    说明:  HLA仿真程序模板,使用的RTI为pRTI 1.3.(HLA templates, the use of the RTI pRTI 1.3.)
    2020-10-29 11:09:56下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载