Jaccard Distance

Jaccard distance is a metric for object masks in computer vision. It is defined as 1 minus the Jaccard index, which is itself defined as the ratio between the area of the intersection and the area of the union between two masks. It ranges between 0 (no overlap) and 1 (perfect match). The Jaccard index is usually referred to as 'Intersection over Union'.
Related concepts:
Dice Coefficient