OpenCV throws a bad argument error when using addWeighted()

后端 未结 0 1443
灰色年华
灰色年华 2020-12-30 06:47

I am trying to add an overlay on top of an image using cv2.addWeighted(...) but it throws the following error:

dst = cv2.addWeighted(logo, alpha,         


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