distancesensitive
Distancesensitive is an adjective used in computer science and related fields to describe systems, algorithms, or data structures whose behavior depends on the distance between inputs or entities. A distance-sensitive method yields results, costs, or decisions that change as the spatial or metric distance between data points changes, in contrast to distance-insensitive methods whose behavior remains largely independent of such distances. The term appears in areas such as computational geometry, robotics, computer vision, and spatial databases, where distance measures guide search, clustering, or interaction.
Examples of distance-sensitive behavior include nearest-neighbor search and range queries in metric spaces, where the proximity
In image and signal processing, distance-sensitive kernels, such as Gaussian kernels, weigh contributions by distance from