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
I finally got the answer.It consist of 5 steps….
Step – 1
Step – 2
Step – 3
Step – 4
Step – 5
Output – image_n (without loosing intensity of input image)