• 大小: 51KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-29
  • 语言: C/C++
  • 标签: 绝对定向  

资源简介

三维相似变换 绝对定向利用控制点数据解算七个变换参数,包括3个角元素,3个平移元素,1个缩放元素。

资源截图

代码片段和文件信息

// AbOrient.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “AbOrient.h“
#include “AbOrientDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAbOrientApp

BEGIN_MESSAGE_MAP(CAbOrientApp CWinApp)
//{{AFX_MSG_MAP(CAbOrientApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAbOrientApp construction

CAbOrientApp::CAbOrientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CAbOrientApp object

CAbOrientApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CAbOrientApp initialization

BOOL CAbOrientApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CAbOrientDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件      22224  2009-06-26 11:48  AbOrient\AbOrient.aps

     文件       1945  2009-06-26 11:50  AbOrient\AbOrient.clw

     文件       2091  2009-06-24 19:13  AbOrient\AbOrient.cpp

     文件       4442  2009-06-24 23:41  AbOrient\AbOrient.dsp

     文件        541  2009-06-24 19:13  AbOrient\AbOrient.dsw

     文件      32768  2009-06-25 14:26  AbOrient\AbOrient.exe

     文件       1346  2009-06-24 19:13  AbOrient\AbOrient.h

     文件      99328  2009-06-26 11:50  AbOrient\AbOrient.ncb

     文件        252  2009-06-26 11:50  AbOrient\AbOrient.plg

     文件       6758  2009-06-25 08:54  AbOrient\AbOrient.rc

     文件       1819  2009-06-25 14:25  AbOrient\AbOrientDlg.h

     文件       4642  2009-06-25 09:01  AbOrient\Jiancha.cpp

     文件       1286  2009-06-25 00:04  AbOrient\Jiancha.h

     文件       1862  2009-06-23 15:45  AbOrient\Matrix.cpp

     文件        682  2009-01-11 20:34  AbOrient\Matrix.h

     文件       3615  2009-06-24 19:13  AbOrient\ReadMe.txt

     文件       1078  2009-06-24 19:13  AbOrient\res\AbOrient.ico

     文件        400  2009-06-24 19:13  AbOrient\res\AbOrient.rc2

    ..A.SH.      3072  2009-06-25 19:34  AbOrient\res\Thumbs.db

     文件       1231  2009-06-25 08:36  AbOrient\Resource.h

     文件        210  2009-06-24 19:13  AbOrient\StdAfx.cpp

     文件       1222  2009-06-24 23:41  AbOrient\StdAfx.h

     文件        443  2009-06-25 09:46  AbOrient\数据1.txt

     文件        339  2009-06-24 22:23  AbOrient\数据2.txt

     文件        216  2009-06-24 23:47  AbOrient\检测数据.txt

     文件        522  2008-06-14 01:20  AbOrient\模型点-控制点-坐标.txt

     文件        443  2009-06-26 11:47  AbOrient\数据3.txt

     文件      14100  2009-06-26 11:50  AbOrient\AbOrientDlg.cpp

     文件      55808  2009-06-26 11:50  AbOrient\AbOrient.opt

     目录          0  2009-06-24 19:13  AbOrient\res

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

评论

共有 条评论

相关资源