fwilliams / surface-reconstruction-benchmark

A working copy of the code from "A Benchmark for Surface Reconstruction" by Berger et. Al
BSD 2-Clause "Simplified" License
47 stars 13 forks source link

execute this shell: ./bin/pc_generator data/models/bull.mpu data/pcs/bull/bull 5 0 48 #6

Open hcp6897 opened 3 years ago

hcp6897 commented 3 years ago

execute this shell:

./bin/pc_generator data/models/bull.mpu data/pcs/bull/bull 5 0 48

It showed the errors:

unknown option: 5 unknown option: 0 unknown option: 48 need to specify some number of scans!

I don't know that these params how to set rightly.

([param value]) ([param range min_value max_value number])

fwilliams commented 3 years ago

I'm not intimately familiar with the parameters to pc_generator so unfortunately I can't give you a direct answer (sorry!). That said, the docs, provide some insight for where to look, and the code in pc_generator.cpp for parsing arguments lists the argument names and shows how they are parsed. Section 5 of the original paper describes the sampling procedure which should explain what each argument means. Good luck!