1 Star 0 Fork 0

雷清云/opencv_contrib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
compiler:
- gcc
- clang
before_script:
- cd ../
- git clone --branch master --depth=1 https://github.com/opencv/opencv.git
- mkdir build-opencv
- cd build-opencv
- cmake
-DBUILD_EXAMPLES=ON
-DBUILD_PERF_TESTS=OFF
-DBUILD_TESTS=OFF
-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules
../opencv
script:
- make -j5
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lei_qing_yun/opencv_contrib.git
git@gitee.com:lei_qing_yun/opencv_contrib.git
lei_qing_yun
opencv_contrib
opencv_contrib
4.x

搜索帮助