PoissonRecon.exe to output density SF CC can use?
Posted: Wed Oct 28, 2020 10:08 pm
I've been dabbling with the poissonrecon.exe to mesh PLY files exported from CC.
However it does not seem that the --density parameter of poissonrecon.exe is outputting values that CC can use to edit the scalar field. See attached image.
Should this work?
Does the library CC uses for poisson reconstruction work differently than the .exe?
Here is the cmd line parameters I'm using:
However it does not seem that the --density parameter of poissonrecon.exe is outputting values that CC can use to edit the scalar field. See attached image.
Should this work?
Does the library CC uses for poisson reconstruction work differently than the .exe?
Here is the cmd line parameters I'm using:
Code: Select all
PoissonRecon.exe --in test.ply --out meshed_test.ply --depth 11 --normals --pointWeight 1 --density --samplesPerNode 5 --bType 3