Export cloud info in command line mode
Posted: Mon Jun 28, 2021 1:24 pm
An option to 'Export cloud info' under the command line function < -RASTERIZE -GRID_STEP {value} > would allow users to accurately place raster images in 2D space. The Barycenter (X,Y,Z) information could be used to apply a simple translation of the image.
It could look something like this:
-RASTERIZE -GRID_STEP -CLOUD_INFO {value}
which could generate the .CSV file (the same file that would be generated using GUI (Tools > Batch Export > Export cloud info) alongside the .TIF file generated by:
-OUTPUT_RASTER_RGB
Export cloud info:
https://www.cloudcompare.org/doc/wiki/i ... cloud_info
CC will save in a CSV file (one line per cloud):
[*] Name
[*] Number of points
[*] Barycenter (X, Y, Z)
[*] For each scalar field
[*] Name
[*] Number of valid values
[*] Mean value
[*] Std. dev.
[*] Sum
It could look something like this:
-RASTERIZE -GRID_STEP -CLOUD_INFO {value}
which could generate the .CSV file (the same file that would be generated using GUI (Tools > Batch Export > Export cloud info) alongside the .TIF file generated by:
-OUTPUT_RASTER_RGB
Export cloud info:
https://www.cloudcompare.org/doc/wiki/i ... cloud_info
CC will save in a CSV file (one line per cloud):
[*] Name
[*] Number of points
[*] Barycenter (X, Y, Z)
[*] For each scalar field
[*] Name
[*] Number of valid values
[*] Mean value
[*] Std. dev.
[*] Sum