Submitted by EducationalLayer1051 t3_10fhgk7 in MachineLearning
I need to figure out a way to automatically create a 2D one-line drawing given a point cloud of a building.
I figure this is the rough workflow of that operation, but I need to define this workflow with a much higher resolution to acquire the right tools and talent for the project. Is this a suitable application for Machine Learning?
If you have any insight or ideas to share that would be very much appreciated, thanks!
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.