Skip to main content

hausdorff_distance

Function hausdorff_distance 

Source
pub fn hausdorff_distance(
    a: &PointCloud,
    b: &PointCloud,
) -> Result<f64, SpatialError>
Expand description

Symmetric Hausdorff distance between two clouds (the largest NN distance in either direction). Captures the worst-case discrepancy.