# Depth and Distance Estimation from Images

> Depth and distance estimation through stereo geometry, disparity, monocular cues and sensor fusion, including the sources of metric uncertainty.

- Author: Muhammet Ali Köker
- Language: en
- Canonical: https://alikoker.com.tr/en/depth-and-distance-estimation-from-images
- Translation: https://alikoker.com.tr/goruntude-derinlik-algilama
- Published: 2021-11-29T10:30:55+03:00
- Modified: 2026-08-31T22:21:00+03:00
- Verified: 2026-08-31T22:07:00+03:00
- Type: article

Depth estimation infers the distance of scene points from one or more visual observations. Stereo cameras, monocular models, structured light and time-of-flight sensors rely on different measurement principles.

## Stereo geometry

[Stereo vision](/en/wiki/stereo-vision) uses correspondences between two cameras observing the same scene from different viewpoints. In rectified images, the horizontal position difference of a scene point is called [disparity](/en/wiki/disparity).

Under a simplified pinhole model, depth is proportional to focal length and baseline and inversely proportional to disparity. Small disparity errors can therefore become large metric errors for distant objects.

## Correspondence

Textureless surfaces, repetitive patterns, reflections and occlusions make correspondence difficult. Block matching, Semi-Global Matching and learned stereo networks provide different accuracy-computation trade-offs. Epipolar geometry constrains search to a line and reduces cost.

## Monocular depth and sensor fusion

Monocular models infer depth from statistical cues such as perspective, object size, texture and occlusion. Absolute scale may require additional calibration or reference information.

LiDAR, radar and cameras can combine geometry with semantics when coordinate systems and timestamps are accurately aligned.

## Cite This Work

Köker, M. A. (2021). Depth and Distance Estimation from Images. alikoker.com.tr. https://alikoker.com.tr/en/depth-and-distance-estimation-from-images

- BibTeX: https://alikoker.com.tr/en/depth-and-distance-estimation-from-images.bib
- RIS: https://alikoker.com.tr/en/depth-and-distance-estimation-from-images.ris
- CSL-JSON: https://alikoker.com.tr/en/depth-and-distance-estimation-from-images.csl.json
