├── .gitignore ├── LICENSE ├── README.rst ├── img ├── 1_boundary_points.png ├── 2_segmentation.png ├── 3_regularization.png ├── 4_intersections.png └── 5_result.png └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/README.rst -------------------------------------------------------------------------------- /img/1_boundary_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/img/1_boundary_points.png -------------------------------------------------------------------------------- /img/2_segmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/img/2_segmentation.png -------------------------------------------------------------------------------- /img/3_regularization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/img/3_regularization.png -------------------------------------------------------------------------------- /img/4_intersections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/img/4_intersections.png -------------------------------------------------------------------------------- /img/5_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/img/5_result.png -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Geodan/building-boundary/HEAD/setup.py --------------------------------------------------------------------------------