aboutsummaryrefslogtreecommitdiff
path: root/ports/cctag/vcpkg.json
blob: 37d3e6460952d1e529067af1530f2b8d8e30a26b (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
{
  "name": "cctag",
  "version-semver": "1.0.1",
  "maintainers": "alicevision-team@googlegroups.com",
  "description": "Computer vision library for detecting CCTag markers made up of concentric circles",
  "homepage": "https://github.com/alicevision/CCTag",
  "documentation": "https://cctag.readthedocs.io/",
  "supports": "!(uwp | arm | arm64 | android | x86)",
  "dependencies": [
    "boost-accumulators",
    "boost-algorithm",
    "boost-container",
    "boost-date-time",
    "boost-exception",
    "boost-filesystem",
    "boost-iterator",
    "boost-lexical-cast",
    "boost-math",
    "boost-mpl",
    "boost-multi-array",
    "boost-program-options",
    "boost-ptr-container",
    "boost-serialization",
    "boost-spirit",
    "boost-stacktrace",
    "boost-static-assert",
    "boost-test",
    "boost-thread",
    "boost-throw-exception",
    "boost-timer",
    "boost-type-traits",
    "boost-unordered",
    "eigen3",
    "opencv3",
    "tbb",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "apps": {
      "description": "Sample applications for detecting CCTag markers in images and videos",
      "dependencies": [
        "boost-program-options",
        "boost-system"
      ]
    },
    "cuda": {
      "description": "Enable Cuda support for faster detection",
      "dependencies": [
        "cuda"
      ]
    }
  }
}