标签:iplimage mat temp var img 格式 nbsp tom ==
IplImage * img;
Mat temp = cvarrToMat(img); // IplImage* 格式 ==》 Mat 格式
img = (IplImage *)&temp; // IplImage* 格式 《== Mat 格式
标签:iplimage mat temp var img 格式 nbsp tom ==
原文地址:https://www.cnblogs.com/roscangjie/p/12148181.html