I have some grey scale images . I want to add the pixels of those two images using numpy array or add operation whatever it is . I am not concern about the addition operation rather I am concern about the region of those two images . from top right 30 pixel to the bottom right pixel of first image should be add with the top left image to bottom left pixel of second image .it is more like the np.concatenation() operation. But here I need to shift the second image to the right 30 pixels of first image. But I don't want to do in that way . I want to perform addition operation . how can I do that ? Any type of help or discussion or reference will be appreciated . thanks
2.1m questions
2.1m answers
60 comments
57.0k users