Estimating the geometric shape of a point cloud without using the vertex information

174 Views Asked by At

Consider a point cloud format that describes 3D point clouds by vertices, triangle labels and normal vectors. If we miss the vertex information, is it possible to retrieve the lost data by triangle labels and normal vectors. Can we guess the geometric shape of the point cloud? Thank you for your insights.