openvino 编译错误 error: ‘CV_RGB’ was not declared in this scope


参考:error: ‘CV_RGB’ was not declared in this scope

原因:缺少 #include <opencv2/imgproc/types_c.h>

解决:在对应.h文件添加
openvino CMake编译错误 error: ‘CV_RGB’ was not declared in this scope

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-01-16
  • 2021-04-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案