graphlow.core.MeshGeometry.hausdorff_distance#
- MeshGeometry.hausdorff_distance(target_points: T, *, softmin_temperature: float | None = None) T#
Compute Hausdorff distance to a target point set.
- Parameters:
- target_pointsT
Target points of shape
(n_target, 3).- softmin_temperaturefloat or None, optional
If positive, use soft min/max so gradient flows to all vertices.
- Returns:
- T
Backend tensor of shape
(1,).