Resizing an imgae with python when set to None

后端 未结 0 727
长发绾君心
长发绾君心 2021-01-24 05:44

When I execute this Lign :

image = cv2.resize(frame, (0, 0), None, 1.0, 1.0)

I get this Error :

(-215:Assertion failed) !ssiz

相关标签:
回答
  • 消灭零回复
提交回复
热议问题