2021-04-15 04:28:52 +08:00
|
|
|
{
|
|
|
|
"name": "popsift",
|
|
|
|
"version-string": "0.9",
|
2021-05-21 15:46:25 +08:00
|
|
|
"port-version": 2,
|
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": [
|
|
|
|
"cuda"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"apps": {
|
|
|
|
"description": "Application programs for popsift (detection and matching)",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-filesystem",
|
|
|
|
"boost-program-options",
|
|
|
|
"boost-system"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|