#获取最新代码
git clone "https://github.com/opencv/opencv.git"

#build目录
mkdir build
cd build

#使用ccmake来配置,至少需要cmake 3.5以上
ccmake ..
  #cuda on打开
  #按c, 按q

make -j 40
make install

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-12-11
猜你喜欢
  • 2021-08-07
  • 2021-07-28
  • 2021-07-10
  • 2022-12-23
  • 2021-08-26
  • 2021-11-28
相关资源
相似解决方案