• 安装依赖库: sudo zypper install cmake git gtk2-devel pkg-config libavcodec-devel libavformat-devel libswscale-devel python-devel python-numpy python-numpy-devel libtbb2  libtiff-devel libjasper-devel libdc1394-22-devel
  • cd ~/opencv
    mkdir release
    cd release
    cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
  • make
    sudo make install 

Ref:

      http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html

相关文章:

  • 2021-11-24
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-06-16
  • 2022-02-23
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2022-01-27
  • 2021-11-23
  • 2021-12-23
  • 2022-02-13
  • 2022-02-21
相关资源
相似解决方案