Page 1 of 1
Command Line Commands
Posted: Tue Jul 30, 2019 2:25 pm
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.
Re: Command Line Commands
Posted: Wed Jul 31, 2019 7:20 am
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).
Re: Command Line Commands
Posted: Thu Aug 01, 2019 1:54 pm
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.
Re: Command Line Commands
Posted: Thu Aug 01, 2019 3:34 pm
by Lewis Ahearne
I found the error, which just turned out to be a misplaced letter!