1 Star 0 Fork 1

tom/openMVS

forked from TIAN/openMVS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vcpkg.json 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
cDc 提交于 2024-01-07 05:12 . v2.3.0 (#1090)
{
"name": "openmvs",
"version": "2.3.0",
"description": "OpenMVS: open Multi-View Stereo reconstruction library",
"homepage": "https://cdcseacave.github.io/openMVS",
"dependencies": [
"boost-iostreams",
"boost-program-options",
"boost-serialization",
"boost-system",
"boost-throw-exception",
{
"name": "cgal",
"default-features": false
},
"eigen3",
"glew",
"glfw3",
"libpng",
{
"name": "opencv",
"features": [
"eigen",
"openexr"
]
},
"opengl",
"tiff",
"vcglib",
"zlib"
],
"features": {
"python": {
"description": "Python bindings for OpenMVS",
"dependencies": [
"boost-python"
]
},
"cuda": {
"description": "CUDA support for OpenMVS",
"dependencies": [
"cuda"
]
},
"openmp": {
"description": "OpenMP support for OpenMVS"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tom_ud/openMVS.git
git@gitee.com:tom_ud/openMVS.git
tom_ud
openMVS
openMVS
master

搜索帮助