资源简介

一个很好的车牌识别程序.能够实现车牌定位,车牌字符分割,车牌字符识别等

资源截图

代码片段和文件信息

// ***********************************************************************************
//
// BmpDlg.cpp : implementation file
//
// ************************************************************************************

#include “stdafx.h“
#include “BmpDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
 

// In order to ease use these values have been hard coded in bmpdlg.rc
// This avoids the need for another header file.

#define IDC_PREVIEW         (5000)
#define IDC_PREVIEWBTN     (5001)
#define IDC_WIDTH           (5002)
#define IDC_HEIGHT          (5003)
#define IDC_DEPTH           (5004)
#define IDC_FSIZE           (5005)
#define IDC_SHOWPREVIEW     (5006)

HBITMAP CBmpDialog::hpreview = NULL;
BOOL CBmp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1327158  2006-12-18 19:20  车牌识别\2006082118005435901010L10C1.bmp

     文件    1327158  2006-12-18 19:35  车牌识别\2006082118010143701010L10C1.bmp

     文件       9933  2005-11-21 15:48  车牌识别\BmpDlg.cpp

     文件       1087  2005-11-21 15:32  车牌识别\BmpDlg.h

     文件        633  2005-11-21 15:39  车牌识别\bmpdlg.rc

     文件        306  2006-12-18 17:13  车牌识别\bordbg70~.B10.log

     文件       2501  2006-12-07 08:41  车牌识别\charset.ini

     文件     372736  2003-01-30 09:19  车牌识别\ijl15.dll

     文件     185344  2006-07-28 05:28  车牌识别\JpegLib.dll

     文件       2658  2006-07-28 05:27  车牌识别\JpegLib.obj

     文件     209944  2006-12-07 08:40  车牌识别\noise.dat

     文件      61440  2006-12-18 19:17  车牌识别\Platex.dll

     文件       3615  2006-05-09 14:12  车牌识别\ReadMe.txt

     文件     236544  2006-11-15 15:57  车牌识别\RecDll.dll

     文件       1284  2006-12-18 16:22  车牌识别\resource.h

     文件        210  2006-05-09 14:12  车牌识别\StdAfx.cpp

     文件        999  2006-05-09 14:12  车牌识别\StdAfx.h

     文件    3400320  2006-12-07 08:41  车牌识别\system.dat

     文件        999  2007-01-12 17:19  车牌识别\testdllc.clw

     文件       2058  2006-05-09 14:12  车牌识别\testdllc.cpp

     文件        541  2006-05-09 14:12  车牌识别\testdllc.dsw

     文件       1346  2006-05-09 14:12  车牌识别\testdllc.h

     文件       4928  2006-12-18 16:22  车牌识别\testdllc.rc

     文件       2249  2006-12-18 19:31  车牌识别\testdllcDlg.h

     文件    1469952  2006-12-18 19:06  车牌识别\Videox.dll

     文件    9423360  2006-12-30 14:08  车牌识别\治安卡口车辆智能监测记录系统方案.doc

     文件       1078  2006-05-09 14:12  车牌识别\res\testdllc.ico

     文件        422  2006-12-18 16:56  车牌识别\res\testdllc.rc2

    ..A.SH.         9  2008-07-12 15:00  车牌识别\res\_desktop.ini

     文件     115712  2007-01-12 17:19  车牌识别\testdllc.ncb

............此处省略29个文件信息

评论

共有 条评论