Hi,
Is it possible to call CC in Matlab to calculate distance error between two ply file?
How can I call cloud compare in Matlab
Re: How can I call cloud compare in Matlab
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.
Otherwise, if Matlab is able to call methods from a C++ DLL then it might be possible to use CC_CORE_LIB.dll directly.
Daniel, CloudCompare admin
Re: How can I call cloud compare in Matlab
I think we will need the .h file if we have to load CC_CORE_LIB.dll file directly in MATLAB..