CudaSift icon indicating copy to clipboard operation
CudaSift copied to clipboard

set parameters similar to opencv

Open jafar75 opened this issue 7 years ago • 4 comments

hello sir. I want to use opencv library for cpu & cv::sift with parameters : nFeatures = 40000 octaves = 3 contrast_threshhold = 0.01 edge_threshhold = 10 sigma = 1.6

i can not find edge_threshhold in you project.

how to should I set CudaSift parameters to get results similar to above.

thanks.

jafar75 avatar Aug 29 '17 08:08 jafar75

The edge_threshold is hard coded. To change it go to file cudaSiftH.cu, line 163 the call to FindPointsMult, it is the 4th parameter, which btw is already 10.

The real question is how do you set sigma to 1.6...I wasn't able to understand that.

filippobrizzi avatar Nov 30 '17 16:11 filippobrizzi

+1 did you ever get to resolve this?

yahiaosama avatar Apr 25 '18 15:04 yahiaosama

Hi, Have you guys been successful to find a mapping between the cv::sift parameters and cudaSift parameters? I actually need to know what are the keypoints and descriptors from cv::sift in cudaSift.

behzad-ost avatar Nov 29 '19 14:11 behzad-ost

Same question, need to know what are the keypoints and descriptors from cv::sift in cudaSift.

gloria111 avatar Mar 11 '22 06:03 gloria111