Depth measurement
What Is Depth Measurement?
Depth measurement, also called depth estimation, is the determination of the distance from a reference point or sensor to a surface along the viewing or sounding direction. The reference may be a water surface, as in hydrographic sounding, a camera center, as in machine vision, or the top face of a workpiece, as in dimensional metrology. Although the applications differ widely, they share a common measurement problem: recovering a coordinate that is not directly observable in a two-dimensional projection or an accessible surface, and doing so with a stated uncertainty.
Two broad families of technique exist. Active methods emit energy and time or otherwise interpret its return, while passive methods infer depth from geometry, focus, or learned image statistics. The choice between them is usually decided by range, accuracy requirement, ambient conditions, and cost rather than by any single accuracy figure.
Acoustic and Optical Ranging
The oldest instrumented approach is echo sounding, in which an acoustic pulse travels to a surface and back and depth follows from the two-way travel time and the speed of sound in the medium. Modern hydrography uses multibeam echo sounders that form a fan of beams across the vessel track and return both depth and backscatter, covering the seafloor directly beneath the ship and out to either side, as described by NOAA Ocean Exploration's account of multibeam sonar. The width of the resulting swath scales with the water depth, so shallow surveys need proportionally closer track lines to achieve full coverage. Accuracy depends on correcting for vessel motion, tides, and the sound speed profile, which varies with temperature and salinity, so survey systems pair the sounder with inertial motion sensors, satellite positioning, and conductivity-temperature-depth casts. The instrument suite involved is set out in NOAA's overview of hydrographic survey equipment. Optical analogues follow the same timing principle: pulsed lidar, continuous-wave time-of-flight cameras, and frequency-modulated continuous-wave systems that infer range from a beat frequency. Radar altimeters extend the idea to satellite measurement of sea surface height, from which bathymetry can be inferred through gravity anomalies.
Image-Based Depth Estimation
Passive computer vision recovers depth from correspondence and geometry. Binocular stereo matches features between two calibrated views and converts disparity to depth through the baseline and focal length, so precision degrades with the square of range. Structure from motion generalizes this to an uncalibrated image sequence, while structured light projects a known pattern to create artificial texture where the scene has none. Since roughly 2014, learned single-image methods have become practical, and the survey Monocular Depth Estimation Based on Deep Learning: An Overview traces how convolutional and later transformer networks predict dense depth maps end to end, using supervised, self-supervised, and stereo-supervised training regimes. Learned monocular depth is often relative rather than metric, which is why scale recovery and metric calibration remain active research problems.
Uncertainty, Calibration, and Traceability
Any reported depth is incomplete without an uncertainty budget. In hydrography, international standards specify total vertical uncertainty as a function of depth, and survey plans are designed to meet an order of accuracy rather than a single tolerance. In industrial metrology, depth gauges, coordinate measuring machines, and optical profilometers are calibrated against traceable step-height artifacts, and the measurement chain accounts for probe geometry, thermal expansion, and surface finish. Machine vision systems introduce further terms: lens distortion, baseline stability, ambient light interference, and, for time-of-flight cameras, multipath reflections that bias depth in concave corners.
Applications
Depth measurement has applications in a range of fields, including:
- Hydrographic charting, dredging, and offshore infrastructure survey
- Autonomous vehicle perception and obstacle avoidance
- Robotic grasping and bin picking
- Augmented reality scene reconstruction and occlusion handling
- Semiconductor and machined-part dimensional inspection
- Medical imaging and endoscopic three-dimensional reconstruction
- Terrain mapping from airborne and spaceborne platforms