Is it possible to automate the whole process for >10 clouds by using script. If yes how
I never run script.
Compute normal (options)
bestfit plane
radius 0.05
+ (0,0,0)
Create sensors
TLS/GBL (by defalut settings)
Compute Scattering angle
conver 2 degree
Export all Scans as text file with default name in given directory
When nothing possible.. minimum how can I batch process the creation of Scattering angle... At the moment I can click on single ID
Script for compution of scattering angle
Re: Script for compution of scattering angle
Sadly most of the parts of your process can't be called via the command line mode (you can mainly do best plane fitting ;). What is the 'radius 0.05' by the way?
Anyway a typical command line looks like:
Anyway a typical command line looks like:
CloudCompare -O MyPath/MyFile.extension -BEST_FIT_PLANE -APPLY_TRANS transformation.txt ...
Daniel, CloudCompare admin
Re: Script for compution of scattering angle
When nothing possible.. minimum how can I batch process the creation of Scattering angle... At the moment I can click on single ID.
Any Idea??????
Can you just type command for Applying Transformation to test.bin and save as test_trans.bin
'
What should I type. I can't find such command there
http://www.danielgm.net/cc/doc/wiki/ind ... ommandLine
How can I find more commands.
Any Idea??????
Can you just type command for Applying Transformation to test.bin and save as test_trans.bin
'
Code: Select all
C:\Program Files\CloudCompare>CloudCompare -o C:\CloudComparetest\test.bin..........................
http://www.danielgm.net/cc/doc/wiki/ind ... ommandLine
How can I find more commands.
Re: Script for compution of scattering angle
The transformation matrix must be in a separate text file (let's call it transformation.txt):
The output filename will be automatically generated by CC. You can change this behaviour in a limited way (see the -NO_TIMESTAMP for instance).C:\Program Files\CloudCompare>CloudCompare -o C:\CloudComparetest\test.bin -APPLY_TRANS transformation.txt
Daniel, CloudCompare admin