PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
10.04k stars 4.62k forks source link

Using marching cubes to transform pointcloud to mesh #2978

Open SunshineDou opened 5 years ago

SunshineDou commented 5 years ago

Hello, I want to transform my pointcloud PCD file to mesh using marching cubes algorithm. My original pcd file is as follows: 2019-04-08 17-22-38屏幕截图

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 2019-04-08 17-23-16屏幕截图 What's the matter? As I am not familiar with this, Could you please give me some help? Thank you very much

stale[bot] commented 4 years ago

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

kunaltyagi commented 4 years ago

PCL's marching cube implementation seems to have a bug.