aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openmvg/vcpkg.json
blob: d93c6433e914c236292a6dd38c2462d7daec0dc8 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "name": "openmvg",
  "version": "2.1",
  "port-version": 2,
  "description": "open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.",
  "license": null,
  "supports": "(x86 | x64 | arm64) & !xbox",
  "dependencies": [
    "cereal",
    {
      "name": "ceres",
      "features": [
        "suitesparse"
      ]
    },
    "coin-or-clp",
    "coin-or-osi",
    "coinutils",
    "eigen3",
    "flann",
    "libjpeg-turbo",
    "liblemon",
    "libpng",
    {
      "name": "tiff",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "vlfeat",
    "zlib"
  ],
  "features": {
    "opencv": {
      "description": "Build opencv+openMVG samples programs",
      "dependencies": [
        {
          "name": "opencv",
          "features": [
            "contrib"
          ]
        }
      ]
    },
    "openmp": {
      "description": "OpenMP support"
    },
    "software": {
      "description": "Build openMVG tools",
      "dependencies": [
        "qt5-base",
        "qt5-svg"
      ]
    }
  }
}