当前位置: 代码迷 >> 综合 >> cv2.warpPerspective error: (-215:Assertion failed) _src.total() > 0
  详细解决方案

cv2.warpPerspective error: (-215:Assertion failed) _src.total() > 0

热度:69   发布时间:2023-12-15 16:17:37.0

报错: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

  相关解决方案