Skip to content

Option for a start set instead of only a single start index? #4

@PhilippDahlinger

Description

@PhilippDahlinger

Hello,

Thank you for your code; it works very well for me! I have a new project where I need to perform FPS on a point cloud, but I also need to ensure certain specific points are tracked. This requires that some points in the point cloud are always included in the sampled point cloud.

For a naive FPS, this can be achieved by including these specific points in the initial set, then iteratively calculating the farthest point from the current set and adding it to the set in each step.

Could this approach be implemented for more advanced FPS methods as well? The interface changes would be minimal; instead of specifying a single start index, it could allow for a list of start indices that are guaranteed to be included in the sampled point cloud. Ideally, these points would appear at the beginning of the output array for easy reference.

Would this feature be possible to add? I would love to use it!

Thanks again for your work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions