摘要: 1.函数相加使用 cv::add(image1,image2,result);或 result=0.5*image1+0.5image2保存图像:inwrite(“result.jpg”,result); 阅读全文
posted @ 2014-03-12 14:30 我的新世界 阅读(68) 评论(0) 推荐(0)
摘要: void addWeighted(InputArray src1, double alpha, InputArray src2, double beta, double gamma, OutputArraydst, int dtype=-1)Parameterssrc1 – First source array.alpha – Weight for the first array elements.src2 – Second source array of the same size and channel number as src1 .beta – Weight for the secon 阅读全文
posted @ 2014-03-12 11:12 我的新世界 阅读(433) 评论(0) 推荐(0)