Expand description
Depth Image Processing
Utilities for converting depth images to point clouds, filling depth holes via a simple inward-propagation (fast-marching-style) scheme, bilateral filtering for edge-preserving depth smoothing, surface normal computation, and disparity-to-depth conversion.
Functionsยง
- bilateral_
filter_ depth - Bilateral filter for edge-preserving depth-image smoothing.
- depth_
normals - Compute surface normals from a depth image using finite differences.
- depth_
to_ pointcloud - Unproject a depth image into a 3D point cloud using pinhole camera intrinsics.
- disparity_
to_ depth - Convert a stereo disparity map to a depth map.
- fill_
depth_ holes - Fill holes (zero-valued pixels) in a depth image using a fast-marching-inspired inward propagation.