vvvwo / AIVS-project

Approximate Intrinsic Voxel Structure for Point Cloud Simplification
Other
26 stars 6 forks source link

Voronoi Diagram #2

Open duzhenjiang113 opened 2 years ago

duzhenjiang113 commented 2 years ago

Hi, it's a great work. And could you please tell me how to represent the point cloud by the Voronoi diagram?

vvvwo commented 2 years ago

Hi, it's a great work. And could you please tell me how to represent the point cloud by the Voronoi diagram?

Some details can be found in paper: "Point cloud resampling using centroidal Voronoi tessellation methods".

duzhenjiang113 commented 2 years ago

Hi, it's a great work. And could you please tell me how to represent the point cloud by the Voronoi diagram?

Some details can be found in paper: "Point cloud resampling using centroidal Voronoi tessellation methods".

It means you use this method to generate Voronoi diagram based on 3d point cloud.

vvvwo commented 2 years ago

Hi, it's a great work. And could you please tell me how to represent the point cloud by the Voronoi diagram?

Some details can be found in paper: "Point cloud resampling using centroidal Voronoi tessellation methods".

It means you use this method to generate Voronoi diagram based on 3d point cloud.

With some different details but similar idea.

duzhenjiang113 commented 2 years ago

Hi, it's a great work. And could you please tell me how to represent the point cloud by the Voronoi diagram?

Some details can be found in paper: "Point cloud resampling using centroidal Voronoi tessellation methods".

It means you use this method to generate Voronoi diagram based on 3d point cloud.

With some different details but similar idea.

thanks