PointCloudLibrary / PointCloudLibrary/pcl

Using marching cubes to transform pointcloud to mesh

Open
#2,978 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kind: bug kind: todo status: triage
Dominant language
C++
Stars
11.1k
Forks
4.7k
Avg merge
4d 10h
Merged PRs (30d)
6

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the pcl_marching_cubes_reconstruction command and its Hoppe option, then inspect how the generated VTK is converted by pcl_vtk2ply. Reproduce the PCD-to-VTK-to-PLY workflow and compare the result in MeshLab; done means identifying the cause of the malformed mesh or documenting the required input and command options.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-vision
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.