IplImage * img;
Mat temp = cvarrToMat(img); // IplImage* 格式 ==》 Mat 格式
img = (IplImage *)&temp; // IplImage* 格式 《== Mat 格式