搜索资源列表
BuildGrid(CPP)
- 用C++实现图像三角形网格的程序,非常实用,对图像处理专业的同学来说很有价值-Procedures C++ image triangle mesh, very practical, great value for the image processing professional students
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
Loop
- Loop Subdivision is a method which proposed in 2000 SIGNGRAPH.-Loop Subdivision is a method which proposed in 2000 SIGNGRAPH. It is really useful in Subdivision. And this code is use loop Subdivision to division a triangle mesh. As well, use the open
triangle-mesh-generation
- 前沿推进法三角形网格生成代码,能够生成二维平面区域三角形网格(Advancing front triangle mesh generation method code)