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()?