python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

Function 'cloud_makeSIFTKeypoint' doesn't seem to exist

Open jojoka-234 opened this issue 7 years ago • 5 comments

When I want to run sift.py the following error occurs:

NameError: name 'cloud_makeSIFTKeypoint' is not defined

Where is this function implemented?

jojoka-234 avatar Oct 24 '18 14:10 jojoka-234

Hi, did you find the solution for the problem ?

I am having trouble with same error.

chaiban avatar Oct 30 '18 10:10 chaiban

anyone found the solution to this problem?

NaveenBefin avatar Feb 26 '19 07:02 NaveenBefin

Sorry unfortunately I didn't, but c++ version is working.

chaiban avatar Feb 26 '19 08:02 chaiban

Hi, I have the same problem. Does anyone found a solution for this? Except the c++ version because I have to use python. Thank you in advance.

Me817 avatar May 11 '20 11:05 Me817

This package doesn't have 3D SIFT, it only has 3D Harris keypoints detector. I don't know why they added an example of 3D SIFT here.

Jibanul avatar Jul 11 '22 23:07 Jibanul