[Solved] Point density or resolution

Feel free to ask any question here
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Point density or resolution

Post by daniel »

Yes sorry, it's subsampling.

And I'm not sure about what exactly you were expecting some clarifications?

And to tell other users that the subject has been 'fully' answered, you can edit the thread title with [SOLVED] at the beginning for instance.
Daniel, CloudCompare admin
GabrielMulero
Posts: 17
Joined: Mon Apr 25, 2022 8:36 am
Location: Israel
Contact:

Re: Point density or resolution

Post by GabrielMulero »

Do you mean this part of my question?

"In any case, I have used the height normalized dataset because I wasn't sure or it wasn't so clear how to deal with the subsampling, especially with regards to my case of different altitudes. Can you clarify this?"

The clarification I was asking about is with respect to the subsampling. If I am subsampling the low-altitude pointcloud (because we assume it should be denser), how do I arrive at the minimum space between points, or even choose the method of sub-sampling? Especially if they are from different fields.
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Point density or resolution

Post by daniel »

Sadly in this case you can only reduce the number of points so that all the clouds have the same density. That's maybe a shame if you have only one cloud with a low density...

I'm not sure exactly how to deduce what the right 'distance' between points should be. You could try with the good trial an error method (or a kind of binary search). But you'll have to compute the surface density each time until it matches the density of the low density cloud... Or maybe try your luck with some basic geometry where you approximate a surface per point and compute the 'distance' as the square root of this unitary surface?
Daniel, CloudCompare admin
GabrielMulero
Posts: 17
Joined: Mon Apr 25, 2022 8:36 am
Location: Israel
Contact:

Re: [Solved] Point density or resolution

Post by GabrielMulero »

Thank you so much or all the clarifications @Daniel.

They were helpful
Post Reply