标签:pytho typeerror not found sar div can type array pos
canny = cv2.Canny(img, 100, 200)
报错:TypeError: Required argument ‘threshold2‘ (pos 4) not found
canny = cv2.Canny(np.asarray(img), 100, 200)
TypeError: Required argument 'threshold2' (pos 4) not found
标签:pytho typeerror not found sar div can type array pos
原文地址:https://www.cnblogs.com/guweixin/p/13269422.html