0

I have an 'old' orb-search python program which has this line:

brief = cv2.BriefDescriptorExtractor_create()

And i could not find a proper python or and opencv version to run the code. I also have this line, where i use 'brief'

kp, desc = brief.compute(image, None)

I have tried many python and opencv-python or opencv-contrib-python versions, but none of them worked. Or should/can i use something instead of BriefDescriptorExtractor_create()?

  • First refer to this answer https://stackoverflow.com/a/41647125/17457846, seems you need to use `cv2.xfeatures2d.SIFT_create()`. When I tried this, gives me an error. So refer to this : https://stackoverflow.com/a/49735518/17457846 – HMH1013 Apr 04 '23 at 13:18

0 Answers0