pyFM.mesh.geometry.farthest_point_sampling_distmat¶
- pyFM.mesh.geometry.farthest_point_sampling_distmat(D, k, random_init=True, verbose=False)¶
Sample points using farthest point sampling from a complete distance matrix.
- Parameters:
- Returns:
fps – Array of indices of sampled points.
- Return type:
(k,) np.ndarray