Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try:

 Mat img_mean = image * 0.5 + image2 * 0.5;

If I am wrong, then read docs cv::Mat (overloading operators section)