资源简介
可以读取文本文档,将散乱的大量三维点云数据显示出来,并进行,平移旋转等。
代码片段和文件信息
// 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扫雷代码
相关资源
- 海量点云数据的重复点删除
- 三维点云重构生成网格
- 点云分割基于特征边界提取
- 三个点云数据
- Complex-YOLO
- pointCloud
- PCD格式兔子点云数据
- LAStool读取和保存.las格式点云
- 兔子三维散乱点云
- FPFH点云配准
- Kinect运用OpenNI产生点云
- 高博修改的orbslam2带点云程序修改后的
- 基于渐进三角网的机载LiDAR点云数据滤
- geomagic点云处理
- 点云库PCL学习教程-PDF完整版
- 基于最小二乘法估计点云的曲面法向
- 知名的斯坦福兔子的三维点云数据,
- 点云特征提取方法综述
- pcl点云数据文件 兔子
- 点云数据基本处理及应用
- 三维点云抽稀.rar
- 论文研究-结合超体素和区域增长的植
- PCL点云库IterativeClosestPoint用法demo
- 斯坦福兔.7z点云扫描文件 pcd格式
- QT-opengl窗体,实现了 1.绘制立方体,
- 三维激光扫描点云配准
- 泊松算法
- 点云快速读取,ptx 和txt格式的都可以
- 3个点云模型文件
- opencv 三维建模点云详细
评论
共有 条评论