depthpro
R2026bDescription
Add-On Required: This feature requires the Computer Vision Toolbox Model for Apple DepthPro Network add-on.
The depthpro object loads a pretrained Depth Pro deep
learning model for estimating dense metric depth maps from monocular images. To estimate depth
values from a loaded Depth Pro model, use the estimateDepth
object function.
Creation
Syntax
Description
depthModel = depthpro loads a pretrained Depth Pro model. The
model uses a DINOv2 Vision Transformer backbone as an encoder to extract local features,
global context, and field‑of‑view (FOV) information. A decoder fuses these features and
generates a dense depth map.
Properties
Object Functions
estimateDepth | Estimate depth map using Depth Pro |
releaseGPUMemory | Release GPU memory allocated for model |
Examples
References
[1] Bochkovskii, Aleksei, Amaël Delaunoy, Hugo Germain, Marcel Santos, Yichao Zhou, Stephan R. Richter, and Vladlen Koltun. “Depth Pro: Sharp Monocular Metric Depth in Less Than a Second.” arXiv preprint, 2025. https://doi.org/10.48550/arXiv.2410.02073
Version History
Introduced in R2026b

