BinaryDescriptor in Python/OpenCV

124 Views Asked by At

My goal is to implement the tutorial as below. https://docs.opencv.org/4.7.0/df/dfa/tutorial_line_descriptor_main.html

I found BinaryDescriptor in OpenCV/Python. https://docs.opencv.org/4.x/dc/ddd/group__line__descriptor.html

1

I tried to use it, but failed.

bd = cv.createBinaryDescriptor()

But I only show the message:

AttributeError: module 'cv2' has no attribute 'createBinaryDescriptor'

0

There are 0 best solutions below