-
大小: 2.04MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-10-03
- 语言: 其他
- 标签:
资源简介
图像边缘检测,提取及轮廓跟踪源码(边缘检测,Hough变换,轮廓提取,轮廓跟踪,种子填充)
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “EdgeContour.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);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1738 2006-05-29 17:09 EdgeContour\ChildFrm.cpp
文件 1456 2006-05-29 17:09 EdgeContour\ChildFrm.h
文件 17165 2009-03-22 19:46 EdgeContour\Debug\ChildFrm.obj
文件 118780 2009-03-22 19:46 EdgeContour\Debug\DibImage.obj
文件 188504 2009-03-22 19:46 EdgeContour\Debug\EdgeContour.exe
文件 446820 2009-03-22 19:46 EdgeContour\Debug\EdgeContour.ilk
文件 32057 2009-03-22 19:46 EdgeContour\Debug\EdgeContour.obj
文件 5505436 2009-03-22 19:46 EdgeContour\Debug\EdgeContour.pch
文件 451584 2009-03-22 19:46 EdgeContour\Debug\EdgeContour.pdb
文件 8372 2009-03-22 19:46 EdgeContour\Debug\EdgeContour.res
文件 46987 2009-03-22 19:46 EdgeContour\Debug\EdgeContourDoc.obj
文件 59869 2009-03-22 19:46 EdgeContour\Debug\EdgeContourView.obj
文件 19312 2009-03-22 19:46 EdgeContour\Debug\MainFrm.obj
文件 105920 2009-03-22 19:46 EdgeContour\Debug\StdAfx.obj
文件 254976 2009-03-22 19:46 EdgeContour\Debug\vc60.idb
文件 454656 2009-03-22 19:46 EdgeContour\Debug\vc60.pdb
文件 141111 2006-05-29 17:09 EdgeContour\DibImage.cpp
文件 5856 2006-05-29 17:09 EdgeContour\DibImage.h
文件 30992 2009-03-22 19:45 EdgeContour\EdgeContour.aps
文件 4574 2006-05-29 17:09 EdgeContour\EdgeContour.cpp
文件 4916 2006-05-29 17:09 EdgeContour\EdgeContour.dsp
文件 547 2006-05-29 17:09 EdgeContour\EdgeContour.dsw
文件 1411 2006-05-29 17:09 EdgeContour\EdgeContour.h
文件 140288 2009-03-22 19:47 EdgeContour\EdgeContour.ncb
文件 54784 2009-03-22 19:47 EdgeContour\EdgeContour.opt
文件 2322 2009-03-22 19:46 EdgeContour\EdgeContour.plg
文件 14290 2006-05-29 17:09 EdgeContour\EdgeContour.rc
文件 7168 2006-05-29 17:09 EdgeContour\EdgeContourDoc.cpp
文件 1939 2006-05-29 17:09 EdgeContour\EdgeContourDoc.h
文件 19444 2006-05-29 17:09 EdgeContour\EdgeContourView.cpp
............此处省略17个文件信息
评论
共有 条评论