blob: 4e213ba47b46bcb629a1efefd4d12a434db5ae7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
]
}
]
}
|