-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
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
Labels
No labels