LiangliangNan / PolyFit

Polygonal Surface Reconstruction from Point Clouds
https://3d.bk.tudelft.nl/liangliang/publications/2017/polyfit/polyfit.html
GNU General Public License v3.0
723 stars 121 forks source link

Run Polyfit via commandline for batch processing? #35

Closed tkdogan closed 2 years ago

tkdogan commented 2 years ago

Hi Polyfit dev team - is it possible to run Polyfit via command line to automate point cloud processing?

LiangliangNan commented 2 years ago

The core functions are already there and one can easily call those functions. The UI-related code can also be stripped off to get "clean" code. But... the purpose of this repository is to provide a demo and a research prototype. The UI is mainly for easy parameter tuning and debugging.

LiangliangNan commented 2 years ago

Hi @tkdogan, I've added a simple console program that can be run via the command line. This is just a simple example, so I hardcoded the file paths (but I believe they can be easily made into command-line arguments).

I will close this issue for now.