pyFM.mesh.geometry.farthest_point_sampling_call¶
- pyFM.mesh.geometry.farthest_point_sampling_call(d_func, k, n_points=None, verbose=False)¶
Sample points using farthest point sampling, initialized randomly.
- Parameters:
- Returns:
fps – Array of indices of sampled points.
- Return type:
(k,) np.ndarray