Page 1 of 1

personnal scipt

Posted: Fri Feb 24, 2017 8:12 am
by williamP
Hello,

I want to know if it possible to write a script which use some differents applications or module of CC in order to automate post-processing of a points clouds and compar them ?

If it is possible to write a personnal script do you know the language I have to use ?

thanks you for your answers :)

Re: personnal scipt

Posted: Fri Feb 24, 2017 2:30 pm
by daniel
Well, you have the command line mode: http://www.cloudcompare.org/doc/wiki/in ... _line_mode

Otherwise you can of course produce your own (C++) code using the CC_CORE_LIB library (and optionally the qCC_db and qCC_io ones).

Re: personnal scipt

Posted: Mon Feb 27, 2017 8:58 am
by williamP
thanks you Daniel !