open3d.t.geometry.MetricParameters¶
- class open3d.t.geometry.MetricParameters¶
Holder for various parameters required by metrics.
- __init__(self: open3d.t.geometry.MetricParameters, fscore_radius: list[float] = [0.009999999776482582], n_sampled_points: int = 1000) None ¶
- property fscore_radius¶
Radius for computing the F-Score. A match between a point and its nearest neighbor is sucessful if it is within this radius.
- property n_sampled_points¶
Points are sampled uniformly from the surface of triangle meshes before distance computation. This specifies the number of points sampled. No sampling is done for point clouds.