First time here? Check out the FAQ!
answered 2017-11-30 04:14:53 -0600
Just initialize orb with
orb = cv2.ORB_create()
instead of
orb = cv2.ORB()
for opencv 3.3.1 dev