Opencv读取内存jpg方式 读取内存jpg数据转yuv // jpeg->yuv420sp cv::_InputArray pic_arr(yuvdata,len); cv::Mat mat_rgb=cv::imdecode(pic_arr,1); cv::Mat mat_rgb2; cv