Estimate depth from a stereo image pair using FoundationStereo.Documentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Left stereo image.
Right stereo image.
Camera parameters:
K— 3x3 camera intrinsics matrixbaseline— Stereo baseline in metershiera— Hierarchy level (0–2)valid_iters— Number of valid iterations
Optional HTTP timeout.
Returns
np.ndarray — Depth map of shape (H, W) with dtype float32. Values in meters.