1.函数相加使用 cv::add(image1,image2,result);
或 result=0.5*image1+0.5image2
保存图像:inwrite(“result.jpg”,result);