Ask Your Question
0

how to add pixel of 2 gray images

asked 2013-11-28 20:11:51 -0600

dyuthi gravatar image

Adding 2 gray images so to have a prominent image

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-11-29 05:57:55 -0600

People should put more effort into their questions..

You can add to images by just using the +operator.

Mat Result;
Result = GrayImage1 + GrayImage2;
edit flag offensive delete link more

Comments

but that will be adding background and foreground of 2 images how to add individual pixels values of 2 image

dyuthi gravatar imagedyuthi ( 2013-11-30 10:36:47 -0600 )edit

Question Tools

Stats

Asked: 2013-11-28 20:11:51 -0600

Seen: 155 times

Last updated: Nov 29 '13