Hello, I want to transform my pointcloud PCD file to mesh using marching cubes algorithm.
My original pcd file is as follows:
I use the command "pcl_marching_cubes_reconstruction West12_aloop.klg.pcd West12.vtk -hoppe X" to convert it to vtk file, then I use "pcl_vtk2ply West12.vtk West12.ply"to convert it to ply file , I open the ply file with meshlab, it's as follows
What's the matter? As I am not familiar with this, Could you please give me some help?
Thank you very much
Hello, I want to transform my pointcloud PCD file to mesh using marching cubes algorithm. My original pcd file is as follows:
I use the command "pcl_marching_cubes_reconstruction West12_aloop.klg.pcd West12.vtk -hoppe X" to convert it to vtk file, then I use "pcl_vtk2ply West12.vtk West12.ply"to convert it to ply file , I open the ply file with meshlab, it's as follows What's the matter? As I am not familiar with this, Could you please give me some help? Thank you very much