資源簡介
C語言實現點特征提取,有SUSAN算子、HARRIS算子和MORAVEC算子
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“Demo.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:
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????7091??2014-06-08?08:04??demo\BmpFile.h
?????文件???????1531??2014-06-08?08:04??demo\ChildFrm.cpp
?????文件???????1397??2014-06-08?08:04??demo\ChildFrm.h
?????文件??????16895??2014-11-07?17:39??demo\Debug\ChildFrm.obj
?????文件?????217219??2014-11-07?17:39??demo\Debug\Demo.exe
?????文件?????478172??2014-11-07?17:39??demo\Debug\Demo.ilk
?????文件??????32105??2014-11-07?17:39??demo\Debug\Demo.obj
?????文件????5506576??2014-11-07?17:39??demo\Debug\Demo.pch
?????文件?????484352??2014-11-07?17:39??demo\Debug\Demo.pdb
?????文件???????8864??2014-11-07?17:39??demo\Debug\Demo.res
?????文件??????36872??2014-11-07?17:39??demo\Debug\DemoDoc.obj
?????文件??????82669??2014-11-07?17:39??demo\Debug\DemoView.obj
?????文件?????132589??2014-11-07?17:39??demo\Debug\Dib.obj
?????文件??????11155??2014-11-07?17:39??demo\Debug\HarrisDlg.obj
?????文件??????20779??2014-11-07?17:39??demo\Debug\MainFrm.obj
?????文件??????10982??2014-11-07?17:39??demo\Debug\MoravecDlg.obj
?????文件?????106219??2014-11-07?17:39??demo\Debug\StdAfx.obj
?????文件??????10985??2014-11-07?17:39??demo\Debug\SusanDlg.obj
?????文件?????279552??2014-11-07?17:39??demo\Debug\vc60.idb
?????文件?????462848??2014-11-07?17:39??demo\Debug\vc60.pdb
?????文件??????48156??2014-11-07?17:41??demo\Demo.aps
?????文件???????4590??2014-11-07?17:41??demo\Demo.clw
?????文件???????4352??2014-06-08?08:04??demo\Demo.cpp
?????文件???????5268??2014-06-08?23:05??demo\Demo.dsp
?????文件????????533??2014-06-08?08:04??demo\Demo.dsw
?????文件???????1334??2014-06-08?08:04??demo\Demo.h
?????文件?????263168??2014-11-07?17:41??demo\Demo.ncb
?????文件??????51712??2014-11-07?17:41??demo\Demo.opt
?????文件???????3070??2014-11-07?17:39??demo\Demo.plg
?????文件??????15252??2014-11-07?17:41??demo\Demo.rc
............此處省略37個文件信息
- 上一篇:鏈地址哈希表
- 下一篇:古典jacobi方法求矩陣的特征值與特征向量
評論
共有 條評論