Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.92 KB

File metadata and controls

32 lines (25 loc) · 1.92 KB

Papermodel Generator

The Papermodel Generator is a plugin for the KITModelViewer and is based on the algorithm citygml2papermodel developed by Prof. Dr. Steffen Goebbels and is described in the paper:
Steffen Goebbels, Regina Pohle-Froehlich: Automatic Unfolding of CityGML Buildings to Paper Models. Geographies 1 (3), 2021, pp. 333–345, https://doi.org/10.3390/geographies1030018.
The plugin enables the creation of paper models from textured CityGML LoD2 building models. A building must consist of a closed outer shell with the components wall, roof and ground surface. If the building consists of building parts, each building part is created separately.

Plugin_Papermodel

User Interface

The user interface is based on wxWidgets and was made with wxFormBuilder.

Dependencies

Use of vcpkg:

Package Name Install Command
opencv2 vcpkg install opencv2 triplet=x64-windows
skia vcpkg install skia triplet=x64-windows
wxwidgets vcpkg install wxwidgets triplet=x64-windows
fmt vcpkg install fmt triplet=x64-windows
geographiclib vcpkg install geographiclib triplet=x64-windows

How to cite

@software{SDM_Plugin_Papermodel,
	title        = {{SDM\_Plugin\_Papermodel[},
	author       = {Andreas Geiger},
	url          = {https://github.com/KIT-IAI/SDM_Plugin_Papermodel},
	year         = {2024}
}