Definition

Given an oriented point cloud (points + normals), the normals are samples of the gradient of the indicator function (1 inside, 0 outside). PSR finds the function whose gradient best matches them, then extracts the surface.

Formula

Solved with finite elements on an octree and a multigrid solver. Screened PSR adds .

  • Output: watertight mesh, robust to noise, global.
  • Needs normals. Tends to over-smooth; screened PSR fits the samples better.
  • Only gives the likeliest surface. Neural Stochastic Screened PSR models the distribution over all surfaces.

Appears in