Page 1 of 1

How can I call cloud compare in Matlab

Posted: Tue Jun 03, 2014 2:29 pm
by joubin
Hi,

Is it possible to call CC in Matlab to calculate distance error between two ply file?

Re: How can I call cloud compare in Matlab

Posted: Tue Jun 03, 2014 3:01 pm
by daniel
Well, in the worst case you should be able to call CC in command line mode (http://www.cloudcompare.org/doc/wiki/in ... ommandLine) then load the produced file (ASCII format shuold be easy to import in Matlab).

Otherwise, if Matlab is able to call methods from a C++ DLL then it might be possible to use CC_CORE_LIB.dll directly.

Re: How can I call cloud compare in Matlab

Posted: Thu May 14, 2020 5:24 am
by varunkasi
I think we will need the .h file if we have to load CC_CORE_LIB.dll file directly in MATLAB..