How can I call cloud compare in Matlab

Feel free to ask any question here
Post Reply
joubin
Posts: 1
Joined: Tue Jun 03, 2014 1:54 pm

How can I call cloud compare in Matlab

Post by joubin »

Hi,

Is it possible to call CC in Matlab to calculate distance error between two ply file?
daniel
Site Admin
Posts: 7712
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: How can I call cloud compare in Matlab

Post 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.
Daniel, CloudCompare admin
varunkasi
Posts: 1
Joined: Thu May 14, 2020 5:20 am

Re: How can I call cloud compare in Matlab

Post by varunkasi »

I think we will need the .h file if we have to load CC_CORE_LIB.dll file directly in MATLAB..
Post Reply