Ask Your Question
0

How can I replicate the feature-homography tutorial using the Python API?

asked 2013-07-02 18:15:17 -0600

I've been trying to convert the feature-homography tutorial so that I can do the same thing using the Python API but I'm struggling to convert it. Specifically, I've got as far as step 3 but the following call:

matcher = cv2.FlannBasedMatcher()

...results in this:

Traceback (most recent call last):
  File "/Users/jon/PycharmProjects/LeccyReader/WebcamReader.py", line 244, in <module>
    search_image(img_object, img_scene)
  File "/Users/jon/PycharmProjects/LeccyReader/WebcamReader.py", line 155, in search_image
    matcher = cv2.FlannBasedMatcher()
SystemError: null argument to internal routine
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-11-17 01:57:19 -0600

Abid Rahman K gravatar image
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-02 18:15:17 -0600

Seen: 426 times

Last updated: Nov 17 '13