Basically, I’m new to opencv and python. I’ve two images and I want to ‘truly fit’ one image on top of the other image
I want to resize image 2
then paste on image1 (covering each pixel of image1)
Please suggest to me anything to start working on
My Approach-
I was planning to use thresholding of both images and create a binary mask and then I can use OR operator to get the complete binary mask but this way the original image that I was planning to get as output is lost.