how to add pixel of 2 gray images
Adding 2 gray images so to have a prominent image
add a comment
Adding 2 gray images so to have a prominent image
People should put more effort into their questions..
You can add to images by just using the +operator.
Mat Result;
Result = GrayImage1 + GrayImage2;
Asked: 2013-11-28 20:11:51 -0600
Seen: 165 times
Last updated: Nov 29 '13