Ask Your Question

Revision history [back]

Just initialize orb with

orb = cv2.ORB_create()

instead of

orb = cv2.ORB()

for opencv 3.3.1 dev