Poission Surface Reconstruction with CLI

Feel free to ask any question here
Post Reply
flower24
Posts: 2
Joined: Sun Aug 02, 2020 2:09 pm

Poission Surface Reconstruction with CLI

Post by flower24 »

Hello,
i am currently in the process of combining and automating the following steps in one script:

cropping, SOR filter, computing normals, generating mashes with Poission Surface Reconstruction

For this I have studied the CLI of CloudCompare and have already managed to do the following steps from the command line:

SOR Filter -->-SOR 6 1
Computing Normals --> -OCTREE_NORMALS auto

The following problems: I know what the command for cropping is called, but I don't know how to handle the coordinates. My scans have the scanner data (TLS/GBL) in the files. I would like to cut everything within a radius of 300 meters. For this I would have to add the xMin, yMin(...) data to the parameter. But since I want to automate it, it would be ideal if I didn't have to enter them by hand, but these values would be determined automatically. Is this feasible, if so, how?


My second problem: I would like to use Poission Surface Reconstruction via the command line. I have already googled and read that using plugins via the CLI was not possible. (https://danielgm.net/cc/forum/viewtopic.php?t=650). I have installed version 2.11.1. Is that possible now? That would save me a lot of work.


I would be glad if you could help me.

Translated with www.DeepL.com/Translator (free version)
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Poission Surface Reconstruction with CLI

Post by daniel »

Sadly, there's no way to define a relative cropping box for now.

And for the PoissonRecon plugin, it indeed doesn't support the CLI as the author's tool already manages that (see http://www.cs.jhu.edu/~misha/Code/PoissonRecon)
Daniel, CloudCompare admin
Post Reply