First time here? Check out the FAQ!
answered 2018-12-25 07:20:20 -0600
have a look at the docs, you have gamma and dst swapped, it must be:
gamma
dst
cv.addWeighted(image1, alpha, image2, beta, gamma, addWeightedMat);