Skip to content

fdahle/ChimneyDetection

Repository files navigation

Small collection of code snippets for chimney detection as part of the synthesis project for the master Geomatics at the TU Delft. Goal of this project is to detect chimneys in urban pointcloud scenes.

Following snippets can found:

  • check_compliance.py: detect the buildings that fall under the compliance rules for chimneys
  • cluster.pyx: cluster a pointcloud into segments
  • detect.pyx: detect planar segments in a pointcloud
  • detection_above_roofs.py: detect which points of a pointcloud are above a roof
  • filter.py: filter outliers of a pointcloud after plane detection
  • filterChimneys.py: filter chimney out of a segmented pointcloud
  • findHeightofObj.py: get the height of the building from a json file (BAG)
  • polygon_creator.py: create a polygon (shp) out of a pointcloud
  • polygon_creator_chimneys.py: same as before but more suitable to chimneys
  • polygon_creator_concave.py: same as before but as a concave hull
  • quality.py: checks the quality of the chimney detection
  • roofExtraction.py: Extract roofs out of the pointcloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages