open_depth_image
Load and project depth/disparity rasters using explicit calibration, optional aligned RGB, confidence, or mask files, and COLMAP dense workspaces for inline 3D inspection.
Instructions
Project a depth/disparity raster inline using explicit calibration from surrounding files/context. Read viewer://depth-calibration for coefficient ordering and encoding. Calibration dimensions must match the raster; no parameter guessing. Supports NPY/NPZ, TIFF, PNG8/16, EXR, PFM and COLMAP dense .bin. Optional aligned RGB (HxWx3, 0..255), confidence and mask files. Pass scene_id to append without moving the camera. For a COLMAP dense workspace, set path=workspace and colmap_image=exact image name; calibration comes from its undistorted sparse model. Inspect after loading for pixel counts, provenance and projection diagnostics; picks/exports retain original pixel coordinates and raw values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rgb | No | ||
| mask | No | ||
| path | Yes | ||
| scene_id | No | ||
| confidence | No | ||
| calibration | No | ||
| colmap_image | No | ||
| colmap_variant | No | geometric |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||