报错:imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective’
代码:dst = cv2.warpPerspective(img, M, (h, w))
你传入的矩阵是空的,可能是文件路径不对。重新检查一下。
https://github.com/penincillin/DREAM/issues/5
报错:imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective’
代码:dst = cv2.warpPerspective(img, M, (h, w))
你传入的矩阵是空的,可能是文件路径不对。重新检查一下。
https://github.com/penincillin/DREAM/issues/5