Definition
An occupancy field is a function that defines whether a point in space lies inside or outside a surface.
Formula
Unlike a voxel grid, the function is continuous: it can be queried at any 3D point, not only at grid cells. Inside and outside are only well defined for closed (watertight) surfaces. Poisson surface reconstruction approximates exactly this kind of indicator function before it extracts the surface.
Appears in
- Lecture 1, 3D representations: one of the five representations; the indicator function in Poisson reconstruction
- Lecture 5, Implicit function: occupancy with threshold
- Lecture 5, Poisson: the indicator function
- Lecture 6.1, Neural Fields: Occupancy Networks,
- Lecture 7, UniSurf: as occupancy