Hello everyone
I'm using poisson reconstruction for .ply files which is working fine via the UI. Unfortunately, I'm unable to make it work via the command line. I'm aware of the following documentation:
https://www.cs.jhu.edu/~misha/Code/Pois ... rsion13.8/
I was trying to follow the usage example, so the command I'm using (on a unix virtual machine) is the following:
hoc@vmaanywhere02:~ CloudCompare % PoissonRecon --in /home/Documents/example_tree.ply
CloudCompare opens up its UI (which I actually do not want) and then throws the error message "[Load] Can't guess file format: no file extension".
I've tried different commands (e.g. without "%", without "CloudCompare"), different file formats and I've also tried it on a windows machine but without any success. Other actions via the command line (e.g. resampling) work well on my VM.
I'm happy to share my data.
Any help is much appreciated!
Thank you very much
Poisson reconstruction via command line
Re: Poisson reconstruction via command line
I'm not sure to fully understand where this command comes from?
CloudCompare has its own command line mechanism (with -XXX options) but the PoissonRecon plugin is not accessible via this interface.
In your case, you should forget about CC, and compile / retrieve the real PoissonRecon tool (which is different from CC's plugin). And then you should be able to use the second part of your command (I guess, assuming it's the right syntax).
CloudCompare has its own command line mechanism (with -XXX options) but the PoissonRecon plugin is not accessible via this interface.
In your case, you should forget about CC, and compile / retrieve the real PoissonRecon tool (which is different from CC's plugin). And then you should be able to use the second part of your command (I guess, assuming it's the right syntax).
Daniel, CloudCompare admin
Re: Poisson reconstruction via command line
Thanks a lot Daniel, this makes sense. I'm now able to use the Poisson Recon (separate tool) via CLI.
Thanks again and have a good week
Thanks again and have a good week
Re: Poisson reconstruction via command line
Hi Hochoc.
What is the CLI for the Poisson reconstruction via CLI of Cloud Compare ?
i can't find it via https://www.cloudcompare.org/doc/wiki/i ... _line_mode
What is the CLI for the Poisson reconstruction via CLI of Cloud Compare ?
i can't find it via https://www.cloudcompare.org/doc/wiki/i ... _line_mode
Re: Poisson reconstruction via command line
We don't provide any for now (but PoissonRecon already exists as a standalone tool provided by the author himself (see https://github.com/mkazhdan/PoissonRecon)
Daniel, CloudCompare admin