mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
26 lines
573 B
JSON
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
|
|
}
|
|
]
|
|
}
|