Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
149 views
in Technique[技术] by (71.8m points)

python 3.x - How to perform addition operation in a particular region of two images?

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

question from:https://stackoverflow.com/questions/65951502/how-to-perform-addition-operation-in-a-particular-region-of-two-images

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...