opencv中mat和指针IplImage的转换

    xiaoxiao2021-04-03  31

    IplImage转matIplImage* img; Mat test = cv::cvarrToMat(img); mat转IplImage IplImage *frame;Mat img;frame = &IplImage(img);
    转载请注明原文地址: https://ju.6miu.com/read-665948.html

    最新回复(0)