diff options
Diffstat (limited to 'ports/dbow3')
| -rw-r--r-- | ports/dbow3/CONTROL | 4 | ||||
| -rw-r--r-- | ports/dbow3/vcpkg.json | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/ports/dbow3/CONTROL b/ports/dbow3/CONTROL deleted file mode 100644 index 831ea9f0f..000000000 --- a/ports/dbow3/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: dbow3 -Version: 1.0.0 -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. -Build-Depends: opencv3[contrib]
\ No newline at end of file diff --git a/ports/dbow3/vcpkg.json b/ports/dbow3/vcpkg.json new file mode 100644 index 000000000..4e213ba47 --- /dev/null +++ b/ports/dbow3/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "dbow3", + "version-string": "1.0.0", + "port-version": 1, + "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.", + "dependencies": [ + { + "name": "opencv3", + "features": [ + "contrib" + ] + } + ] +} |
