• 大小: 721KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: 其他
  • 标签: 车牌识别  

资源简介

车牌识别,源代代码包括,虑波、二值化处理、分割图像、提取、字符匹配等详细代码。

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “TypeRec.h“

#include “ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics

#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}

void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers

void CChildframe::Activateframe(int nCmdShow) 
{
// TODO: Add your specialized code here and/or call the base class
nCmdShow = SW_SHOWMAXIMIZED;
CMDIChildWnd::Activateframe(nCmdShow);
}

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

     文件       1731  2004-03-30 16:03  车牌定位\车牌定位\ChildFrm.cpp

     文件       1456  2004-03-30 16:02  车牌定位\车牌定位\ChildFrm.h

     文件      65041  2001-01-06 23:01  车牌定位\车牌定位\ColorTable.h

     文件     184387  2004-07-01 21:49  车牌定位\车牌定位\Debug\TypeRec.exe

     文件      29208  2004-07-01 21:48  车牌定位\车牌定位\DIBAPI.CPP

     文件       1875  2004-04-26 16:44  车牌定位\车牌定位\DIBAPI.H

     文件      42626  2004-04-01 14:22  车牌定位\车牌定位\edgecontour.cpp

     文件       1074  2004-04-01 14:22  车牌定位\车牌定位\edgecontour.h

     文件       2524  2004-03-30 15:31  车牌定位\车牌定位\MainFrm.cpp

     文件       1542  2004-03-30 15:31  车牌定位\车牌定位\MainFrm.h

     文件    1179702  2004-04-29 22:53  车牌定位\车牌定位\pic\Img10_24.bmp

     文件    1179702  2004-04-29 22:53  车牌定位\车牌定位\pic\Img1_24.bmp

     文件       4793  2004-03-30 15:31  车牌定位\车牌定位\ReadMe.txt

     文件       1558  2004-04-26 21:12  车牌定位\车牌定位\res\Toolbar.bmp

     文件       1078  2004-03-30 15:31  车牌定位\车牌定位\res\TypeRec.ico

     文件        399  2004-03-30 15:31  车牌定位\车牌定位\res\TypeRec.rc2

     文件       1078  2004-03-30 15:31  车牌定位\车牌定位\res\TypeRecDoc.ico

     文件       1910  2004-04-26 20:51  车牌定位\车牌定位\Resource.h

     文件        209  2004-03-30 15:31  车牌定位\车牌定位\StdAfx.cpp

     文件       1054  2004-03-30 15:31  车牌定位\车牌定位\StdAfx.h

     文件      22095  2004-07-01 22:25  车牌定位\车牌定位\suanfa1.cpp

     文件       1007  2004-04-26 17:00  车牌定位\车牌定位\suanfa1.h

     文件      11344  2001-01-07 11:09  车牌定位\车牌定位\TemplateTrans.cpp

     文件        672  2001-01-07 11:09  车牌定位\车牌定位\TemplateTrans.h

     文件      31344  2004-07-01 21:47  车牌定位\车牌定位\TypeRec.aps

     文件       3228  2004-07-05 11:37  车牌定位\车牌定位\TypeRec.clw

     文件       4509  2004-03-30 15:35  车牌定位\车牌定位\TypeRec.cpp

     文件       5288  2004-04-08 00:26  车牌定位\车牌定位\TypeRec.dsp

     文件        539  2004-04-26 17:09  车牌定位\车牌定位\TypeRec.dsw

     文件       1367  2004-03-30 15:31  车牌定位\车牌定位\TypeRec.h

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

评论

共有 条评论