Skip to content

PoissonMeshing

Michal W. Tarnowski edited this page Oct 6, 2021 · 1 revision

PoissonMeshing.point_weight

default: 1
This floating point value specifies the importance that interpolation of the point samples is given in the formulation of the screened Poisson equation. The results of the original (unscreened) Poisson Reconstruction can be obtained by setting this value to 0.

PoissonMeshing.depth

default: 13
This integer is the maximum depth of the tree that will be used for surface reconstruction. Running at depth d corresponds to solving on a voxel grid whose resolution is no larger than 2^d x 2^d x 2^d. Note that since the reconstructor adapts the octree to the sampling density, the specified reconstruction depth is only an upper bound.

PoissonMeshing.color

default: 32
If specified, the reconstruction code assumes that the input is equipped with colors and will extrapolate the color values to the vertices of the reconstructed mesh. The floating point value specifies the relative importance of finer color estimates over lower ones.

PoissonMeshing.trim

default: 10
This floating point values specifies the value for mesh trimming. The subset of the mesh with signal value less than the trim value is discarded.

PoissonMeshing.num_threads

default: -1
The number of threads used for the Poisson reconstruction.

Clone this wiki locally