open3d.ml.tf.ops.furthest_point_sampling

open3d.ml.tf.ops.furthest_point_sampling(points, sample_size, name=None)

TODO

Parameters
  • points – A Tensor of type float32.

  • sample_size – An int.

  • name – A name for the operation (optional).

Returns

A Tensor of type int32.