IplImage * img;
Mat temp = cvarrToMat(img); // IplImage* 格式 ==》 Mat 格式
img = (IplImage *)&temp; // IplImage* 格式 《== Mat 格式
原文地址:https://www.cnblogs.com/roscangjie/p/12148181.html
时间: 2024-10-15 03:22:14
IplImage * img;
Mat temp = cvarrToMat(img); // IplImage* 格式 ==》 Mat 格式
img = (IplImage *)&temp; // IplImage* 格式 《== Mat 格式
原文地址:https://www.cnblogs.com/roscangjie/p/12148181.html