CV dst = cv2.addWeighted(src1, 0.5, src2, 0.5, 0) cv2.imwrite('data/dst/opencv_add_weighted.jpg', dst) Nutty Nightingale