Command Line Commands

Feel free to ask any question here
Post Reply
Lewis Ahearne
Posts: 5
Joined: Tue Jul 30, 2019 2:17 pm

Command Line Commands

Post by Lewis Ahearne »

I'm attempting to automate a smoothing process of a data set. Currently, I manually crop the cloud into several sections, convert them into meshes then using Laplacian smoothing. I know that it's possible to do the first few steps but couldn't find anything for Laplacian smoothing so was wondering if this had been implemented? I'd also be interested in if there was a method to apply command line code to single clouds rather than all the currently loaded clouds to save time, instead of unloading and reloading clouds constantly.
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Command Line Commands

Post by daniel »

Yes I fear that the Laplacian Smooth is not accessible via the command line. You would have to add the option (it shouldn't be too hard looking at how other command line options work).
Daniel, CloudCompare admin
Lewis Ahearne
Posts: 5
Joined: Tue Jul 30, 2019 2:17 pm

Re: Command Line Commands

Post by Lewis Ahearne »

Thanks for the help! I might return to this method later on.

I've also been having issues with running the M3C2 plugin via command line, I have the basic parameter file saved but it keeps giving me the error "File doesn't seem to be a valid M3C2 parameters file ('M3C2VER' not found)! " but the second line in the parameter file, below [General], is M3C2VER=1, so I'm a bit confused that it doesn't seem to be picking up on this. Any help would be appreciated.
Lewis Ahearne
Posts: 5
Joined: Tue Jul 30, 2019 2:17 pm

Re: Command Line Commands

Post by Lewis Ahearne »

I found the error, which just turned out to be a misplaced letter!
Post Reply