Skip to content

This project is proposed for quick shape reconstruction from a point cloud with certain point number.

Notifications You must be signed in to change notification settings

vvvwo/Parallel-Structure-ShapeReconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Parallel-Structure-ShapeReconstruction

Created by C. Lv from Shenzhen University. The paper is accepted by Multimedia tools and applications.

image

Introduction

Shape reconstruction from 3D point clouds is one of the most important topic in the field of computer graphics. In this paper, we propose a subdivision-based framework for this topic. The framework includes two parts: distance field optimization and mesh generation. The first part optimizes a point cloud into an approximately isotropic one based on a subdivision structure. The second part is to generate a triangular mesh from the optimized point cloud. The mesh is regarded as the result of shape reconstruction. The advantages of our method includes accurate geometric consistency, improved mesh quality, controllable point number, and fast speed.

Using the .exe file, you can construct a mesh from a point cloud.

Using the .bat file, you can edit parameters for shape reconstruction.

Parameters:

Input filepath (.off .obj .ply); Simplification number; Output filepath (.obj).

About

This project is proposed for quick shape reconstruction from a point cloud with certain point number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published