Skip to content

nithinsingh61/Mesh-generation-2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh-generation-2D

Generating mesh for point cloud data without explicilty reconstructing the whole surface exploiting the fact that well sampled data inherently captures the topology and geometry of the scanned object.

Getting Started

Clone --> Build --> Input pointcloud --> visualize

Prerequisites

Building

$ cgal_create_cmake_script
$ cmake .
$ make
$ ./code.cpp
  • In case of build failure try clearing cache of cmake

Progress pics

To-do list

  • Topology recover
  • Clean the code
  • Geometry recover
  • Mesh refinement

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Mesh Generation of 2D Point Cloud Data (PCD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published