1. 首页
  2. 编程语言
  3. C++ 
  4. opencv下图像叠加

opencv下图像叠加

上传者: 2019-02-10 22:29:33上传 DOC文件 13KB 热度 50次
void CPsView::ImgAdd(IplImage *inputImg,IplImage *inputImg1,IplImage *outputImg,double r)//图像叠加 { uchar *data= (uchar *)inputImg->imageData; int wp = inputImg->widthStep; uchar *data1= (uchar *)inputImg1->imageData; int wp1 = inputImg1->widthStep; uchar *data2= (uchar *)outputImg-
用户评论