Moravec、Forstner和Harris算子特征点提取程序


利用Moravec算子、Forstner算子和Harris算子对遥感影像进行特征点提取
资源截图
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “ZS.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

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

     文件       6304  2014-03-24 20:39  ZSBmpFile.h

     文件       1529  2014-03-19 21:48  ZSChildFrm.cpp

     文件       1397  2014-03-19 21:48  ZSChildFrm.h

     文件      16218  2014-03-19 22:19  ZSDebugChildFrm.obj

     文件          0  2014-03-19 22:19  ZSDebugChildFrm.sbr

     文件      10372  2014-03-27 19:15  ZSDebugHarrisDlg.obj

     文件          0  2014-03-27 19:15  ZSDebugHarrisDlg.sbr

     文件      18983  2014-03-19 22:19  ZSDebugMainFrm.obj

     文件          0  2014-03-19 22:19  ZSDebugMainFrm.sbr

     文件      10358  2014-04-30 06:58  ZSDebugMoravecDlg.obj

     文件          0  2014-04-30 06:58  ZSDebugMoravecDlg.sbr

     文件      16839  2014-03-20 21:57  ZSDebugRaw2BmpDlg.obj

     文件          0  2014-03-20 21:57  ZSDebugRaw2BmpDlg.sbr

     文件     105611  2014-03-19 22:19  ZSDebugStdAfx.obj

     文件    1375628  2014-03-19 22:19  ZSDebugStdAfx.sbr

     文件     230400  2014-06-04 08:53  ZSDebugvc60.idb

     文件     372736  2014-05-04 20:51  ZSDebugvc60.pdb

     文件    3728384  2014-05-04 20:51  ZSDebugS.bsc

     文件     147516  2014-05-04 20:51  ZSDebugS.exe

     文件     566844  2014-05-04 20:51  ZSDebugS.ilk

     文件      23240  2014-04-29 23:24  ZSDebugS.obj

     文件    6940340  2014-03-19 22:19  ZSDebugS.pch

     文件     533504  2014-05-04 20:51  ZSDebugS.pdb

     文件       8892  2014-03-27 18:57  ZSDebugS.res

     文件          0  2014-04-29 23:24  ZSDebugS.sbr

     文件      23945  2014-03-24 20:39  ZSDebugSDoc.obj

     文件          0  2014-03-24 20:39  ZSDebugSDoc.sbr

     文件      56759  2014-05-04 20:51  ZSDebugSView.obj

     文件          0  2014-05-04 20:51  ZSDebugSView.sbr

     文件       1003  2014-03-27 19:15  ZSHarrisDlg.cpp

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)