搜索资源列表
displaypoint
- 本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。
ReconstructSurface
- 使用VTK进行点云输入和点云显示及渲染的程序,有一定的参考价值
bunny.tga
- 根据获得的点云数据,使用顶点数组显示buuny,程序简单,易于理解,被含有buuny点云数据,希望对您有一定的帮助!
displaypoint
- 本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。 -This procedure mainly realize the OpenGL technology show three-dimensional point cloud data can be read to. Obj for the extension, the data format for the X, Y,
ReconstructSurface
- 使用VTK进行点云输入和点云显示及渲染的程序,有一定的参考价值-VTK for the use of point cloud point cloud input and display and rendering process, there is some reference value
tinlib_w
- 将离散点三角化的程序。tinlib_w.有运行示例。做三维地形或模型显示可用-Discrete points, triangulation procedures. tinlib_w. have run the sample. Or do three-dimensional terrain models show the available
MyDlgOpenGL
- 一个基于dialog 的opengl 程序,可以显示点云,文件格式为.nod-One of the opengl-based dialog program can display point cloud, the file format. Nod
OpenGLpointclouds
- OpenGL环境下点云模型的显示变换,介绍一种标准的3D点云模型OBJ文件的特点和基本结构,在VC++6.0平台下结合OpenGL完成了OBJ格式文件的读取和点云模型的三维显示、旋转、平移、缩放变换功能.实验结果表明,利用OpenGL开发的程序可以高效实时地实现点云的各种操作.-OpenGL environment, the display of point cloud model of transformation to introd
points
- opengl 点云显示,可以显示多种颜色,可以立体显示,这是基本的opengl程序。-opengl point cloud display, can display a variety of colors, you can display, which is the basic opengl program.
PointCloud
- OpenGL读取点云显示的程序 实现平移旋转缩放 -Show Point Cloud with OpenGL
glPROJECT
- 用opengl编写的点云显示程序,缩放,移动,旋转,追主要的是可以实现交互操作,拾取点云,glproject().-Opengl prepared the point cloud display, zoom, move, rotate, chasing the main can interoperate to pick up the point cloud, glproject ().
Reconstruct_3D
- 基于MFC的opengl显示点云的程序,并为三维重构做好基础!有助于对三维曲面重构有了解-Based on the the MFC opengl point cloud of the program and prepare the ground for the three-dimensional reconstruction!
ReconstructSurface
- 使用VTK进行点云输入和点云显示及渲染的程序,有一定的参考价值-VTK for the use of point cloud point cloud input and display and rendering process, there is some reference value
My3DpointzsSharpGL
- C#编写的隧道点云处理程序,实现点云数据的读取显示,可以旋转,缩放等。核心功能有,点云排序,断面提取等-Written in C# tunnel point cloud processing, reading point cloud data display, you can rotate, zoom and so on. Core functions, point cloud sorting section extraction
show-point-cloud
- 一个简单的点云显示程序,基于MATLAB。读取.asc文件中的数据,然后显示并优化。-A simple point cloud display program, based on MATLAB. .asc File to read the data, and then display and optimization.
ren
- 读取显示三维激光点云数据,程序较少,简单方便-Read the display of 3 d laser point cloud data, the program is less, simple and convenient
point_cloud
- 实现读取PCD文件进行显示,并可以进行相关平移、缩放等交互操作。(Reading the PCD file to achieve display, and can realize translation, scaling and other interactive operations.)
point_cloud
- 用经典的pca k邻域方法估计点云法向量的程序,带有matlab gui,使用matlab 2016b编译运行成功,输入点云最好为列向量的txt文件,gui中内置了点云显示模块以及生成的点云法向量显示,并且可以输出法向量到txt文件中。(The program of estimating point cloud vector with the classical PCA K neighborhood method, with Matla
openTKdemo
- 用OpenTK做的点云浏览程序,使用八叉树管理点云数据,采用视景体切割和显示列表加速,打开常用的LAS格式点云(Using OpenTK to do point cloud browsing program, using octree management point cloud data, using visual cutting and display list acceleration, open the commonly use
PCL显示与鼠标框选
- PCL学习程序,读取pcd或xyz点云,显示,鼠标点选或框选,并以红色显示框选部分。