Required argument 'outImg' (pos 6) not found [closed]

asked 2016-10-06 06:11:08 -0600

Zhijian Jiang gravatar image

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

Solution: http://stackoverflow.com/questions/31...

I suggest the admin to upgrade the doc.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by StevenPuttemans
close date 2016-10-07 03:39:41.747280

Comments

1

which docs, please ? (your SO link is outdated / useless)

berak gravatar imageberak ( 2016-10-06 06:21:31 -0600 )edit

like suggested by @berak, as long as there is no link to a doc actually wrong in this topic, this is not a question and thus this shall be closed down. Also, issues related to the OpenCV repository should be reported here.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-10-07 03:39:29 -0600 )edit