Hello, I'm working with FLS scans and when I import the scans in CC I can get an information about the TLS height via TLS/GLS => Edit => Sensors => Edit => Position + Orientation (it has an altimeter-barometer but no GPS). The TLS is always fixed on a structure so the height should always the same from CC, however the height is not constant (with changes of 50-100 m, maybe because of change in atm pressure).
So I would like to set the same TLS height for each scans in order to do comparison. I can do it manually by looking at the TLS height for each scan and by applying a correction to have the real height, however I've got many scans and I would like to find a way to do it automatically, is there any way to get the TLS height from the command line ? (to apply the correction after I can do it with the transformation matrix)
Moreover, I also need to segment the scans with a polyline (.bin, created in CC), is there any way to do it with the commande line ? I tried with CROP 2D but without success.
Thank you for your help
Command line mode: TLS sensor and segmentation
Re: Command line mode: TLS sensor and segmentation
Hum, no, sadly there's no way to do this with the command line mode. You would have to 'hack' the code to do it (or maybe use the new Python bindings?)
Daniel, CloudCompare admin
Re: Command line mode: TLS sensor and segmentation
Alright, I will look for the Python plugins, thank you