Skip to content

Function to get detected keypoint indices in PCL keypoint detectors #303

@musi00

Description

@musi00

PCL currently does not provide an interface to get the indices of the detected keypoints using a keypoint detector such as ISSKeypoint3D. For example if I have situation where I have pointcloud and its associated normals pointcloud and I wanted to detect the keypoints of that cloud and get the normals associated with those keypoints. To get the normals of the cloud using the pcl implementation you would have to rerun the normal estimation for the keypoints which is a waste of processing because the normals are already there in the original normals cloud. Having the indices of the keypoints would allow me to simply access those indices in the normals cloud in constant time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions