Required argument 'outImg' (pos 6) not found [closed]
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.
which docs, please ? (your SO link is outdated / useless)
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.