pclpy icon indicating copy to clipboard operation
pclpy copied to clipboard

No keypoint extractors located

Open JohanThrane opened this issue 4 years ago • 2 comments

Hello

I've been going through you library trying to find a keypoint extractor. I know they exist in the original pcl library, but i was unable to locate any in pclpy. It appears that a module for keypoints was supposed to be built, when i look at pclpy/generators/config.py, but that module does not appear when i run

print(dir(pclpy.pcl))

or when i run it on subsequent modules. Have you not yet implemented keypoint detectors or have i just overlooked them?

Thank you very much for your work and your help.

JohanThrane avatar Mar 26 '20 11:03 JohanThrane

Hi David, I am looking for the keypoint extractors as well. I cannot find them and I am unsure how to access them. I tried the following narf = pcl.features.NarfDescriptor.PointWithRange_Narf36() but without success. I would appreciate your help. Thanks!

stefangachter avatar May 01 '20 11:05 stefangachter

Hey there, I could still not find keypoint extractors. Do they not exist, or have I just overlooked them?

Thanks for all the help.

rosa-wolf avatar Aug 25 '22 10:08 rosa-wolf