资源简介
可以读取文本文档,将散乱的大量三维点云数据显示出来,并进行,平移旋转等。

代码片段和文件信息
// DianYun.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DianYun.h“
#include “MainFrm.h“
#include “DianYunDoc.h“
#include “DianYunView.h“
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDianYunApp
BEGIN_MESSAGE_MAP(CDianYunApp CWinApp)
//{{AFX_MSG_MAP(CDianYunApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CDianYunApp construction
CDianYunApp::CDianYunApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDianYunApp object
CDianYunApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDianYunApp initialization
BOOL CDianYunApp::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.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CDianYunDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CDianYunView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 60 2009-12-21 18:52 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\12.txt
文件 25214 2007-10-30 03:15 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\app.ico
文件 656 2007-10-30 03:15 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\app.xaml
文件 525 2007-10-30 03:15 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\app.xaml.cs
文件 2364 2007-10-30 03:15 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\mil3dpoints.csproj
文件 196 2007-10-30 03:16 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\mssccprj.scc
文件 8651 2007-10-30 03:15 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\window1.xaml
文件 19546 2007-10-30 03:15 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\window1.xaml.cs
..AD... 0 2009-10-15 09:37 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp
..AD... 0 2009-10-15 09:37 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\me
文件 5516 2007-12-11 14:59 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\readme.htm
目录 0 2009-10-15 09:37 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample
文件 11354 2007-12-18 17:52 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample.zip
文件 24079 2005-10-23 00:20 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\readdata.txt
文件 10250 2009-10-15 09:57 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\readdata1.txt
文件 4532 2007-12-18 18:11 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\Visual Studio Sample Code_zh-cn.txt
目录 0 2009-12-21 18:52 点云快速读取,ptx+和txt格式的都可以\新建文件夹\data
文件 143486 2009-12-08 09:32 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.exe
文件 23850 2009-10-15 09:19 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.obj
文件 484352 2009-10-30 10:59 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.pdb
文件 8108 2009-10-15 16:10 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.res
文件 0 2009-10-15 09:19 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.sbr
文件 15619 2009-10-15 09:19 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunDoc.obj
文件 0 2009-10-15 09:19 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunDoc.sbr
文件 67184 2009-12-08 09:32 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunView.obj
文件 0 2009-12-08 09:32 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunView.sbr
文件 21278 2009-10-15 16:10 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\MainFrm.obj
文件 0 2009-10-15 16:10 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\MainFrm.sbr
文件 106426 2009-10-15 09:19 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\StdAfx.obj
文件 1375054 2009-10-15 09:19 点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\StdAfx.sbr
............此处省略32个文件信息
- 上一篇:瑞萨三相马达控制编程
- 下一篇:windows扫雷代码
相关资源
- 一种机载LiDAR和车载LiDAR点云的自动配
- SfM稀疏三维点云重建--完整工程文件
- 全面的点云库PCL学习教程
- 彩色图片和深度图片生成点云文件
- ICP+NDT点云配准
- 1种新的散乱点云快速去噪算法
- 点云库PCL学习教程 完整版
- .las格式点云文件
- icp三维点云配准文件
- 地形点云.pcd
- openGL实现三维点云显示
- GA+ICP代码
- 建筑物的地面扫描点云数据
- 点云拼接和拟合算法
- 点云TXT转换PCD
- PCL点云库SACSegmentation用法demo
- 小兔子pcd点云数据pcl官方案例1)
- 八叉树点云精简
- fandisk点云数据,asc文件数据,三维模
- 斯坦福数据集六个txt格式点云文件.
- 点云试验数据
- Generalized-ICP 论文
- 点云测量数据处理
-
fast desc
riptors点云粗配准配准论文, - 点云数据读取 使用osg 附带点云数据
- osg显示点云
- 利用PCL,OpenCV求取点云的体积
- Cyclone快速入门中文版
- OpenNI获取三维点云并用OpenGL显示可旋
- Trimble RealWorks 三维处理软件
评论
共有 条评论