I am trying to implement alpha blending with two images to stitch images. My first image →
here is my second image → 
here is my result → 
As you can see, the result is not correct. I think that I first need to find an overlapping area between then and then implement alpha blending on the overlapping part.
ankit source
share