Skip to main content

hausdorff_distance

Function hausdorff_distance 

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

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