Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Urgent!!! help with feature detection.

Hi, Everyone, i'm new to this and trying to learn real time feature matching. I try to do it first wit images but i stuck in this tutorial eventually - http://docs.opencv.org/trunk/doc/py_tutorials/py_feature2d/py_matcher/py_matcher.html#matcher I wrote the exactly same thing as the first example and i got this error:

Traceback (most recent call last): File "C:\Users\chimyun\Desktop\FYP\tutorial.py", line 25, in <module> img3 = cv2.drawMatches(img1,kp1,img2,kp2,matches[:10], flags=2) TypeError: Required argument 'outImg' (pos 6) not found

I'm using opencv 3.0.0 Alpha with python 2.7.6 as 2.7.10 doesnt have the method cv2.drawMatches(). Please help me as i need to learn it as soon as possible. Any help would be appreciated.

Urgent!!! help with feature detection.

Hi, Everyone, i'm new to this and trying to learn real time feature matching. I try to do it first wit images but i stuck in this tutorial eventually - http://docs.opencv.org/trunk/doc/py_tutorials/py_feature2d/py_matcher/py_matcher.html#matcher I wrote the exactly same thing as the first example and i got this error:

Traceback (most recent call last): File "C:\Users\chimyun\Desktop\FYP\tutorial.py", line 25, in <module> img3 = cv2.drawMatches(img1,kp1,img2,kp2,matches[:10], flags=2) TypeError: Required argument 'outImg' (pos 6) not found

I'm using opencv 3.0.0 Alpha with python 2.7.6 as 2.7.10 doesnt have the method cv2.drawMatches(). Please help me as i need to learn it as soon as possible. Any help would be appreciated.