pub fn chamfer_distance(
a: &PointCloud,
b: &PointCloud,
) -> Result<f64, SpatialError>Expand description
Symmetric Chamfer distance between two clouds (sum of mean squared NN distances in both directions). Lower is better; zero for identical clouds.