2021-04-15 04:28:52 +08:00
|
|
|
{
|
|
|
|
"name": "popsift",
|
2022-02-05 02:20:08 +08:00
|
|
|
"version": "0.9",
|
2023-03-22 03:27:26 +08:00
|
|
|
"port-version": 5,
|
2021-04-15 04:28:52 +08:00
|
|
|
"description": "PopSift is an implementation of the SIFT algorithm in CUDA.",
|
|
|
|
"homepage": "https://github.com/alicevision/popsift",
|
|
|
|
"supports": "!(uwp | arm | arm64 | android | x86)",
|
|
|
|
"dependencies": [
|
2023-03-02 02:39:14 +08:00
|
|
|
"cuda",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-04-15 04:28:52 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"apps": {
|
|
|
|
"description": "Application programs for popsift (detection and matching)",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-filesystem",
|
|
|
|
"boost-program-options",
|
|
|
|
"boost-system"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|