error: (-215:Assertion failed) npoints >= 0 && (depth == CV_32F || depth == CV_32S) in function '...
最近在用opencv做图片差异比较,使用的是网上的示例,其中有一段获取不同点的轮廓时报错了。代码:thresh = cv2.threshold(diff,0,255,cv2.THRESH_BINARY_INV | cv2.THRESH_OTSU)[1]cnts = cv2.findContours(thresh.copy(),cv2.RETR_EXTERNAL,cv2.CHAIN_APP...
原创
2020-02-27 22:10:01 ·
7585 阅读 ·
4 评论