利用相关系数匹配法完成左右相片的影像匹配


摄影测量课上的作业,源代码,可在VC++6.0中直接运行。可以完成左右影响的相关系数的匹配。
资源截图
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//

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

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

     文件      14499  2010-02-08 13:08  摄影测量ImageMatchImageMatch.rc

     文件       1058  2010-02-08 13:08  摄影测量ImageMatchResource.h

     文件      30852  2010-05-04 19:46  摄影测量ImageMatchImageMatch.aps

     文件       2330  2010-02-08 13:09  摄影测量ImageMatchImageMatchDoc.h

     文件       4088  2010-05-04 20:12  摄影测量ImageMatchImageMatch.clw

     文件       4874  2010-02-08 12:25  摄影测量ImageMatchReadMe.txt

     文件       1400  2010-02-08 13:01  摄影测量ImageMatchImageMatch.h

     文件       4555  2010-02-08 12:51  摄影测量ImageMatchImageMatch.cpp

     文件       1054  2010-02-08 12:25  摄影测量ImageMatchStdAfx.h

     文件        212  2010-02-08 12:25  摄影测量ImageMatchStdAfx.cpp

     文件       1542  2010-02-08 12:25  摄影测量ImageMatchMainFrm.h

     文件       2527  2010-02-08 12:25  摄影测量ImageMatchMainFrm.cpp

     文件       1397  2010-02-08 12:25  摄影测量ImageMatchChildFrm.h

     文件       1537  2010-02-08 12:25  摄影测量ImageMatchChildFrm.cpp

     文件        545  2010-02-08 12:25  摄影测量ImageMatchImageMatch.dsw

     文件        593  2010-02-07 12:02  摄影测量ImageMatchPicCaculate.h

     文件    3146808  2008-05-05 21:39  摄影测量ImageMatch图10-6 a.bmp

     文件    3146808  2008-05-05 21:40  摄影测量ImageMatch图10-6 b.bmp

     文件      18845  2010-02-07 22:22  摄影测量ImageMatchDIBAPI.CPP

     文件       1500  2010-02-07 21:22  摄影测量ImageMatchDIBAPI.H

     文件        254  2010-05-04 20:10  摄影测量ImageMatchImageMatch.plg

     文件       3368  2010-02-08 12:30  摄影测量ImageMatchPicCaculate.cpp

     文件     107520  2010-05-04 20:12  摄影测量ImageMatchImageMatch.ncb

     文件       2170  2010-02-08 12:38  摄影测量ImageMatchImageMatchView.h

     文件       5534  2010-02-08 12:37  摄影测量ImageMatchImageMatchDoc.cpp

     文件      10698  2010-02-08 12:39  摄影测量ImageMatchImageMatchView.cpp

     文件       1278  2010-02-08 12:55  摄影测量ImageMatchPixInfoDialog.h

     文件       1420  2010-02-08 12:56  摄影测量ImageMatchPixInfoDialog.cpp

     文件       5160  2010-02-08 12:45  摄影测量ImageMatchImageMatch.dsp

     文件       8468  2010-02-08 13:08  摄影测量ImageMatchDebugImageMatch.res

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

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

发表评论

评论列表(条)