houfei0801 / ipsr

90 stars 14 forks source link

Holes in generated mesh #3

Closed liuzhongshu closed 1 year ago

liuzhongshu commented 1 year ago

I am trying to reconstruct a 3d point cloud with ipsr

ipsr --in pointcloud.ply --out output.ply

but the output mesh has many holes, like this:

image

I'm wondering if I've set the wrong parameter or if this type of point cloud can't be supported.

houfei0801 commented 1 year ago

What is your point cloud? Are your model non-watertight?

liuzhongshu commented 1 year ago

It's a volumetric data from medical imaging. I have send you a sample.

houfei0801 commented 1 year ago

The points should distribute on a surface for surface reconstruction. But, in your volume data, the model interior is full of points, so it is not applicable.

liuzhongshu commented 1 year ago

Thanks.

I'll try some other algorithms.