MppDecode.cpp:254:31: error: ‘CV_YUV420sp2RGB’ was not declared in this scope

---  cv::cvtColor(yuvImg, rgbImg, CV_YUV420sp2RGB);

+++ cv::cvtColor(yuyv_img, rgb_img, cv::COLOR_YUV420sp2RGB);

你可能感兴趣的:(人工智能)