搜索资源列表
PointCloud_MatLab
- 基于MatLab和VC编写程序,实现点云数据的快速建模,三角网格的绘制。-MatLab, and VC-based programming to achieve fast data point cloud modeling, triangular mesh rendering.
pointCloud2mesh
- 由点云数据(point cloud)生成网格(mesh)的matlab实现-Converts a pointcloud (unordered vertices) to a mesh of triangles by connecting the nearest 3 points and calculates the normal of each vertex and triangle. Also finds the neighboring triangles of each vertex and