open3d.geometry.sample_points_uniformly

open3d.geometry.sample_points_uniformly(input, number_of_points=100)

Function to uniformly sample points from the mesh.

Parameters
  • input (open3d.geometry.TriangleMesh) – The input triangle mesh.

  • number_of_points (int, optional, default=100) – Number of points that should be uniformly sampled.

Returns

open3d.geometry.PointCloud