Ask Your Question

Zhijian Jiang's profile - activity

2019-04-13 01:27:06 -0600 received badge  Notable Question (source)
2018-06-06 00:18:50 -0600 received badge  Popular Question (source)
2016-10-06 06:20:54 -0600 asked a question Required argument 'outImg' (pos 6) not found

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.