3DBAG / 3dbag-viewer

https://3dbag.nl
GNU General Public License v3.0
35 stars 10 forks source link

Visualise the point density on the building (potential student work) #72

Open balazsdukai opened 3 years ago

balazsdukai commented 3 years ago

It would be neat if the point density could be visualised on the surface of the building models, to indicate how much data support is there in the point cloud. I'm thinking about a heatmap as a texture, computed and draped over the whole building. I'm assuming that a sufficiently low-resolution texture would be more efficient to visualise than pulling in the raw point cloud for instance. But who knows?

Basically, the goal is to show the user which surfaces very low amount or zero points. More or less. This could help people better understand what is going on with the reconstruction if some parts look funny.

However, I also assume that computing the heatmap and matching the texture for each building could be quite resource intensive process. No idea.

Ideas, insights are welcome. :-)