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.
pub fn hausdorff_distance(
a: &PointCloud,
b: &PointCloud,
) -> Result<f64, SpatialError>Symmetric Hausdorff distance between two clouds (the largest NN distance in either direction). Captures the worst-case discrepancy.