forked from colmap/glomap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
46 lines (46 loc) · 1.37 KB
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "glomap",
"description": "GLOMAP is a general purpose global structure-from-motion pipeline for image-based reconstruction. GLOMAP requires a COLMAP database as input and outputs a COLMAP sparse reconstruction. As compared to COLMAP, this project provides a much more efficient and scalable reconstruction process, typically 1-2 orders of magnitude faster, with on-par or superior reconstruction quality.",
"homepage": "https://github.com/colmap/glomap",
"license": "BSD-3-Clause",
"supports": "(linux | (windows & !static) | osx) & (x86 | x64 | arm64)",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-graph",
"boost-heap",
"boost-program-options",
"boost-property-map",
"boost-property-tree",
{
"name": "ceres",
"features": [
"lapack",
"suitesparse"
]
},
"eigen3",
"flann",
"freeimage",
"gflags",
"glog",
{
"name": "jasper",
"default-features": false
},
"metis",
"sqlite3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"gtest",
"suitesparse"
],
"features": {
}
}