Squared Euclidean Distance focuses on absolute intensity differences between spectra. By summing the squared band-by-band residuals, SED emphasises magnitude variations—making it ideal when brightness itself carries geophysical meaning (e.g., mineral abundance, moisture level).
How it works #
- Vector definition ,
- Raw squared distance
- Scene-adaptive normalisation (0 – 1 scale) Let be the 99-th percentile of all raw SED values in the area of interest. We convert distance to similarity:
- 1 → spectra are identical (zero distance)
- 0 → spectra differ at or beyond the 99 % scene distance
- Key properties
Property | Benefit |
---|---|
Brightness-sensitive | Captures absolute reflectance differences—useful when intensity itself is diagnostic. |
Simple & fast | Pure arithmetic; scales well to large raster datasets. |
Consistent 0–1 output | Easy thresholding, colour-mapping, and cross-metric comparison. |
When to use SED #
- Ore-grade estimation: Detect pixels whose reflectance magnitude deviates from a high-grade spectral reference.
- Soil moisture mapping: Brightness increases in certain bands often correlate with drier soils—SED highlights them.
- Quality control: Identify sensor artefacts or poorly calibrated areas that manifest as uniform offsets in radiance.