搜索资源列表
tinlib_w.将离散点三角化的程序
- 将离散点三角化的程序。tinlib_w.有运行示例。做三维地形或模型显示可用,Discrete points, triangulation procedures. tinlib_w. have run the sample. Or do three-dimensional terrain models show the available
dianyunsanjiaohua.rar
- 空间点云的三角化,已通过调试,大家共同学习,Point cloud of the triangular space, and have passed testing, we learn together
Recon.940503b
- 作者:Hugues Hoppe, University of Washington. 输入:散乱数据点云 输出:三维曲面-surface reconstruction
reconstruct
- 一个非常好的三维散乱点云重构论文,其中以标准斯坦福数据为例。-A very good point cloud of three-dimensional reconstruction of scattered papers, of which Stanford data standards as an example.
chonggou
- 给出三维点云的X,Y,Z坐标,重构出三维图像,其中用到了三角网格法和规则化坐标法。-Given 3D point cloud X, Y, Z coordinates, three-dimensional reconstructed images, which uses a triangular coordinate grid method and rules of law.
CPoint3DCloud
- 很好的3D点云处理程序,适合初学者使用,其中有渲染,三角化等-Excellent 3D point cloud processing, suitable for beginners, including rendering, triangulation, etc.
Triangle-of-Point-Cloud
- Matlab 三维点云三角化 不是平面域的三角化 是三维点云三角化 亲身测试绝对可用!-Triangle of Point Cloud
sanjiapwanggehua
- 点云数据进行三角网格化,实现点云数据的三角剖分~-Triangular mesh point cloud data, triangulation of point cloud data to
world2camera1
- 输入3维点云,给定相机内外参数,输入纹理源图像,本程序能自动进行点云三角化并生成对应的纹理序列以及纹理坐标,输出数据可以便于opengl处理-input point-cloud,parameters of camera texture source image ,output texture series and texture coordinates which is convenient for OpenGL
Delaunay3D
- VTK delaunay3D 实例 ,VTK库中的delaunay3D 来进行点云的三角化。-This example creates a tetrahedral mesh from unorganized points. The example uses the vtkDelaunay3D filter. The resulting mesh will be a solid convex hull of the original points. The example takes the po
greedy_projection
- 利用PCL对点云进行三角化,贪婪算法,输入为PCD文件输出为VTK文件-Fast triangulation of unordered point clouds
dianyunsanjiaohua
- 点云三角化 Delaunay三角剖分 构造曲面-Point Cloud triangulation Delaunay triangulation Construction surfaces
threemesh
- 已知点云数据采用基于Voronoi算法和Delaunay算法的三角化算法(vc++)。-Known point cloud data based on Voronoi algorithm and the Delaunay triangulation algorithm (Vc++).
triangulation-of-point-cloud
- 3D点云的三角化程序,有多个模型验证三角化程序的有效性-triangulation of point cloud.many models validates the effectiveness of the triangulation.
sanjiaohua2
- 基于PCL的点云三角化处理主程序,基于点云库实现,可以进行点云多方式显示,面片化操作-Based on the PCL point cloud triangulation processing main program, based on the point cloud library to achieve, you can point cloud multi-way display, dough operation
mpu_oct
- 实现点云数据的八叉树均等剖分(八叉树,一个立方体等分为八份,并可以持续的细分下去,虽然每个节点都能分出八个叉,但形象,且等分空间,简单容易理解。),并利用MPU实现数据的三角化,可视化等。(MPU, pointcloud, octree)