BRL-CAD
|
Screened Poisson Surface Reconstruction from oriented point sets. More...
#include <spsr.h>
Data Fields | |
int | degree |
int | btype |
int | depth |
int | kerneldepth |
int | iterations |
int | full_depth |
int | base_depth |
int | baseVcycles |
int | max_memory_GB |
size_t | threads |
fastf_t | samples_per_node |
fastf_t | scale |
fastf_t | width |
fastf_t | confidence |
fastf_t | confidence_bias |
fastf_t | cgsolver_accuracy |
fastf_t | point_weight |
int | nonManifold |
int | linearFit |
int | exact |
Screened Poisson Surface Reconstruction from oriented point sets.
This functionality is a refactoring of work published by Dr. Michael Kazhdan et. al. at https://github.com/mkazhdan/PoissonRecon implementing a technique for fitting surfaces to oriented point sets by expressing the surface reconstruction as the solution to a Poisson equation. Options passed when running a Screened Poisson Surface Reconstruction process to control how it performs the fitting
size_t threads |