Page 1 of 1
Cliff Change/Volumetric Calculations
Posted: Tue Jun 28, 2022 9:35 pm
by cmackSIO
[...]
Re: Cliff Change/Volumetric Calculations
Posted: Wed Jun 29, 2022 8:32 pm
by daniel
What do you mean by PSR? Poisson Surface Reconstruction?!
Anyway, you could use the 'Tools > Segmentation > Label connected components' to separate all this chunks?
Re: Cliff Change/Volumetric Calculations
Posted: Thu Jun 30, 2022 9:17 pm
by cmackSIO
[...]
Re: Cliff Change/Volumetric Calculations
Posted: Sat Jul 02, 2022 5:18 pm
by daniel
Sadly, the PSR plugin can't be used in command line mode... Someone would have to add the code to make it accessible.
Another option is to change the real plugin so that it ban be applied on multiple clouds at once?
Re: Cliff Change/Volumetric Calculations
Posted: Mon Dec 11, 2023 3:45 pm
by MSellens
Hi Connor,
I believe that I'm trying to do a very similar thing as you. I have bitemporal scans of a cliff-face and would like to create a magnitude-frequency plot of the volume of rockfall that the cliff has experienced between my two data sets.
How did you get on with calculating the individual volumes of the blocks, did you end up doing it manually or did you find a way to automate it?
Many thanks,
Matthew
Re: Cliff Change/Volumetric Calculations
Posted: Mon Feb 12, 2024 10:29 pm
by Dimitri
Hi,
you do not necessarily need to go through a meshing phase. Since the cliffs seem relatively straight :
(I) first rotate the data : you can fit a plane and apply the transformation that CC gives you to get your data horizontally
(ii) follow a workflow similar to this paper
https://esurf.copernicus.org/articles/9/1013/2021/ where you use a raster grid of core points (rather than a spatial subsampling in M3C2 that does not ensure equal spacing), first for detection with M3C2 in 3D (as you did), then a connected component segmentation to create individual rockfall, and then a vertical M3C2 to compute the volume = sum of positive (resp. negative) M3C2 over the grid of core points. Just make sure your grid spacing for the core points is not too coarse.
Note that years ago, Daniel kindly added the possibility to export an entire directory of point clouds with statistics on the scalar fields, including the cumulative sum, for instance of M3C2...et voila, once you have your vertical M3C2 for each of your rockfall, you automatically get a .csv with the positive (resp. negative) volume for each rockfall...
Indeed if you were to mesh the data you could get a slightly more accurate volume estimate, but good luck with making sure that the PSR parameters are systematically and automatically correct whatever the size of the rockfall (believe me I tried ;-))
If you're a bit more adventurous, there is a way to not even rotate initially the data, but it's rather complex (it uses a horizontal M3C2 for the volume calculation with a very large normal scale...but the tricky part is to get a regular grid in the vertical plane). The best, when it's possible is to rotate the data.