vcpkg/ports/dbow3/vcpkg.json
2023-06-14 10:59:53 -07:00

26 lines
573 B
JSON

{
"name": "dbow3",
"version": "1.0.0",
"port-version": 3,
"description": "DBoW3 is an improved version of the DBow2 library, an open source C++ library for indexing and converting images into a bag-of-word representation.",
"homepage": "https://github.com/rmsalinas/DBow3",
"license": "BSD-3-Clause",
"supports": "linux",
"dependencies": [
{
"name": "opencv",
"features": [
"contrib"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}