Skip to content

Geoflow plugin for building LoD2 reconstruction from a point cloud

License

Notifications You must be signed in to change notification settings

geoflow3d/gfp-building-reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gfp-building-reconstruction

Geoflow plugin for building LoD2 reconstruction from a point cloud

Installation

As part of geoflow-bundle

This the recommended way since it will also include the commonly used plugins and flowcharts to get you started quickly. Also binary pacakges are available.

Building from source

Need to install first geoflow. Requires compiler with c++17 support (see https://en.cppreference.com/w/cpp/compiler_support).

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build . --parallel 4 --config Release
cmake --build . --target install

Dependencies:

About

Geoflow plugin for building LoD2 reconstruction from a point cloud

Resources

License

Stars

Watchers

Forks