资源简介
对双目摄像机进行标定,然后计算机空间点,实现三维重建。
代码片段和文件信息
// 200232590029raoxiong.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “200232590029raoxiong.h“
#include “MainFrm.h“
#include “ChildFrm.h“
#include “200232590029raoxiongDoc.h“
#include “200232590029raoxiongView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy200232590029raoxiongApp
BEGIN_MESSAGE_MAP(CMy200232590029raoxiongApp CWinApp)
//{{AFX_MSG_MAP(CMy200232590029raoxiongApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy200232590029raoxiongApp construction
CMy200232590029raoxiongApp::CMy200232590029raoxiongApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy200232590029raoxiongApp object
CMy200232590029raoxiongApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy200232590029raoxiongApp initialization
BOOL CMy200232590029raoxiongApp::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
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CMultiDocTemplate* pDocTemplate;
pDocTemplate = new CMultiDocTemplate(
IDR_MY2002TYPE
RUNTIME_CLASS(CMy200232590029raoxiongDoc)
RUNTIME_CLASS(CChildframe) // custom MDI child frame
RUNTIME_CLASS(CMy200232590029raoxiongView));
AddDocTemplate(pDocTemplate);
// create main MDI frame window
CMainframe* pMainframe = new CMainframe;
if (!pMainframe->Loadframe(IDR_MAINframe))
re
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 31476 2010-07-27 21:07 双摄像机线性标定与重建\200232590029raoxiong.aps
文件 3985 2010-07-27 21:11 双摄像机线性标定与重建\200232590029raoxiong.clw
文件 4670 2005-03-20 14:27 双摄像机线性标定与重建\200232590029raoxiong.cpp
文件 5100 2005-04-07 20:00 双摄像机线性标定与重建\200232590029raoxiong.dsp
文件 565 2005-03-20 14:27 双摄像机线性标定与重建\200232590029raoxiong.dsw
文件 1520 2005-03-20 14:27 双摄像机线性标定与重建\200232590029raoxiong.h
文件 304128 2010-12-28 20:28 双摄像机线性标定与重建\200232590029raoxiong.ncb
文件 1213 2010-07-27 21:06 双摄像机线性标定与重建\200232590029raoxiong.plg
文件 14222 2005-04-07 21:58 双摄像机线性标定与重建\200232590029raoxiong.rc
文件 2105 2005-03-24 19:39 双摄像机线性标定与重建\200232590029raoxiongDoc.cpp
文件 1659 2005-03-24 19:39 双摄像机线性标定与重建\200232590029raoxiongDoc.h
文件 13075 2005-04-07 22:07 双摄像机线性标定与重建\200232590029raoxiongView.cpp
文件 2479 2005-04-07 22:07 双摄像机线性标定与重建\200232590029raoxiongView.h
文件 1547 2005-03-20 14:27 双摄像机线性标定与重建\ChildFrm.cpp
文件 1397 2005-03-20 14:27 双摄像机线性标定与重建\ChildFrm.h
文件 15182 2005-03-20 18:51 双摄像机线性标定与重建\ini.cpp
文件 2400 2005-03-20 20:00 双摄像机线性标定与重建\ini.h
文件 2537 2005-03-20 14:27 双摄像机线性标定与重建\MainFrm.cpp
文件 1542 2005-03-20 14:27 双摄像机线性标定与重建\MainFrm.h
文件 2845 2005-03-20 19:03 双摄像机线性标定与重建\Matrix Calculate.cpp
文件 275 2005-03-20 18:54 双摄像机线性标定与重建\Matrix Calculate.h
文件 2901 2005-03-24 21:24 双摄像机线性标定与重建\matrix.cpp
文件 226 2005-04-07 17:06 双摄像机线性标定与重建\Matrix.h
文件 5160 2005-03-20 14:27 双摄像机线性标定与重建\ReadMe.txt
文件 1480 2005-04-07 21:58 双摄像机线性标定与重建\resource.h
文件 4259 2005-04-07 22:08 双摄像机线性标定与重建\result.txt
文件 3449 2005-04-07 21:43 双摄像机线性标定与重建\RXDLG.cpp
文件 1423 2005-04-07 21:43 双摄像机线性标定与重建\RXDLG.h
文件 222 2005-03-20 14:27 双摄像机线性标定与重建\StdAfx.cpp
文件 1054 2005-03-20 14:27 双摄像机线性标定与重建\StdAfx.h
............此处省略41个文件信息
- 上一篇:NPOI读写EXCEL相关dll支持xls及xlsx
- 下一篇:UDEC 中文说明书
相关资源
- CCP标定例程
- 三维重建(旋转)由已知对应图像点
- 重建希格斯产生的共振tau对中的半不
- halcon-标定与精确测量
- 3维泊松表面重建
- 基于曲率信息由曲线到曲面的重建与
- 一种新的射影重建算法
- 光纤光栅测力锚杆的标定试验
- 基于车道线标定的自动标定方法
- 基于图像三维重建软件visualSFM
- 用两个摄像头实现,双目标定,双目
- 基于积分原理的储油罐变位识别与罐
- 基于均匀试验设计的汽油机点火提前
- SfM稀疏三维点云重建--完整工程文件
- pvdf说明书和标定方法
- 基于多波束声纳数据与反射模型的水
- 交通标志的检测与标定
- bumblebee双目标定/伪彩色深度图/鼠标测
- 基于Kinect的三维重建
- 张正友相机标定自己编写calibratie函数
- 超分辨率重建SRCNN(GUI界面)
- GIS的移动目标定位与监控系统设计研
- 张正友相机标定--A Flexible New Techniqu
- 图像配准和三维重建应用程序
- CT重建图像环状伪影的去除方法
- 医学图像重建入门_曾更生着(中文版
- 基于张正友标定法和基于消失点标定
- Imaris三维重建软件手册
- 非局部正则化的压缩感知图像重建算
- 实现圆形阵列标定板的椭圆圆心的亚
评论
共有 条评论