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
|
{
"name": "popsift",
"version": "0.10.0",
"description": "PopSift is an implementation of the SIFT algorithm in CUDA.",
"homepage": "https://github.com/alicevision/popsift",
"documentation": "https://popsift.readthedocs.io/",
"license": "MPL-2.0",
"supports": "!(uwp | arm | arm64 | android | x86)",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"apps": {
"description": "Application programs for popsift (detection and matching)",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-program-options",
"boost-system"
]
}
}
}
|