Submitted by EducationalLayer1051 t3_10fhgk7 in MachineLearning
londons_explorer t1_j4xknrt wrote
If you want to make the assumption that most buildings don't have any curves in their roofs...
Then take your point cloud, extract the largest polygons... There are classical algorithms for such things.
From the polygons, turning that into a plan should be quite straightforward.
While ML could be applied... I think you'll get better results quicker with classical methods.
EducationalLayer1051 OP t1_j5lv2sg wrote
Wonderful. I did not think about curved/arched roof surfaces. The last thing I want to do is make this more complicated than it needs to be, so thank you! If you don't mind, where might I find an algorithm to test out?
londons_explorer t1_j5lwbk1 wrote
This paper has their algorithm in pseudocode:
londons_explorer t1_j5lwy1o wrote
Oh, and this paper has code published.
Viewing a single comment thread. View all comments