thmx

opencv下载地址

opencv以及opencv_contrib在github上面的下载地址:

使用github clone下载

git clone https://github.com/opencv/opencv.git

cd opencv

git checkout 3.4.0
 

git clone https://github.com/opencv/opencv_contrib.git

cd opencv_contrib

git checkout 3.4.0
 

对应版本号:3.4.0(修改想要的就行)

https://github.com/opencv/opencv_contrib/tree/3.4.0

https://github.com/opencv/opencv/tree/3.4.0

最新版本号:

https://github.com/opencv/opencv_contrib/tree/master/

https://github.com/opencv/opencv/tree/master/

下载离线包:

 https://github.com/Itseez/opencv/archive/3.4.0.zip

https://github.com/Itseez/opencv_contrib/archive/3.4.0.zip

最后将opencv_contrib解压到opencv文件夹,网上教程大多是嵌套,其实可直接合并再编译。

安装参考地址:

https://www.learnopencv.com/install-opencv3-on-ubuntu/

查看文档地址:

https://www.opencv.org/releases.html

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-12-04
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-28
  • 2021-12-09
猜你喜欢
  • 2022-01-25
  • 2021-11-17
  • 2021-11-19
  • 2021-12-25
  • 2022-01-11
  • 2022-01-14
相关资源
相似解决方案