I have two images in opencv: Image A and Image B.
Image A is output frame from camera.
Image B is alpha transparent image obtained by masking one image.
Before masking Image B it is warped with cvWarpPerspective()
- I tried
cvAddWeighted()
- It looses intensity when you give alpha and beta value - I tried aishack - Even here you looses overall intensity of Output Image
- I tried silveiraneto.net - Not helpful in my case
Please help me out with something where I don't lose intensity in the output image after blending.
Thanks in advance