Skip to content

Generate structured mesh from mesh and labeled point cloud

Notifications You must be signed in to change notification settings

umrlastig/StructuredMesh

Repository files navigation

Compute LOD2

Create a Structured mesh from a mesh and a labeled point cloud.

Requirements (test version)

  • CGAL (5.4.5)
  • GDAL (3.5.0)
  • Eigen (3.4.0)

Compilation

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

Usage

Usage: ./structured-mesh [OPTIONS] -m MESH -p POINT_CLOUD

OPTIONS:

  • -h, --help: Print this help anq quit.
  • -m, --mesh=/file/path.ply: mesh as PLY file.
  • -p, --point_cloud=/file/path.ply: point cloud as PLY file.

See main_edge_collapse.cpp for other options.

About

Generate structured mesh from mesh and labeled point cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published