I am trying to merge 2 images in python using CV2 without using libraries to do it.
So I cannot use any in-built functions from opencv and numpy (E.g: np.mean). In genera