|
请教问题:使用RK3399 pro开板开发过程中,需要将QT专有的图片数据格式转cv::Mat格式时,使用以下函数实现:
img_mat = cv::Mat(image.height(),image.width(),CV_8UC4,(void*)image.bits(),image.bytesPerline());
报错信息如下:
symbol lookup error: undefined symbol: _ZN2cv3Mat20updateContinuityFlagEv
百度说updateContinuityFlag函数只在opencv3.4.2及其最新版本中存在,尝试升级opencv到3.4.2,还是同样报错信息。
请教各位应该如何解决,谢谢!
|
|