mac xcode工程报错:

mac xcode工程报错:Use of undeclared identifier 'CV_LOAD_IMAGE_COLOR'

解决方法:

在网上看到一个办法:更新opencv版本。但后来发现,我安装的opencv版本为:4.0.1,是很高版本。

mac xcode工程报错:Use of undeclared identifier 'CV_LOAD_IMAGE_COLOR'

在另外一个帖子找到解决方法:

https://blog.csdn.net/edwards_june/article/details/71235475

使用 IMREAD_COLOR 代替'CV_LOAD_IMAGE_COLOR'

 

 

 

 

 

 

 

相关文章:

  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
  • 2021-07-03
  • 2021-07-23
  • 2021-05-29
  • 2021-06-08
  • 2022-02-10
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
相关资源
相似解决方案