Holder for various parameters required by metrics.
More...
#include <Geometry.h>
Holder for various parameters required by metrics.
◆ ToString()
std::string open3d::t::geometry::MetricParameters::ToString |
( |
| ) |
const |
|
inline |
◆ fscore_radius
std::vector<float> open3d::t::geometry::MetricParameters::fscore_radius = {0.01} |
Radius for computing the F Score. A match between a point and its nearest neighbor is sucessful if it is within this radius.
◆ n_sampled_points
size_t open3d::t::geometry::MetricParameters::n_sampled_points = 1000 |
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.
The documentation for this struct was generated from the following file: