Registry / other / dbow2
library2019-08-05vcpkgunverified

DBoW2 is an improved version of the DBow library, an open source C++ library for indexing and converting images into a bag-of-word representation.

vcpkg install dbow2
INSTALL
IMPORT
SIG · DBOW2
D
dbow2
othercppv2019-08-05
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DBoW2/DBoW2.h
#include <DBoW2/DBoW2.h>

Basic inclusion of DBoW2

#include <DBoW2/DBoW2.h> #include <iostream> int main() { // DBoW2 requires OpenCV and is typically used with feature descriptors std::cout << "DBoW2 library loaded" << std::endl; return 0; }
Debug
Known issues
gotchaRequires OpenCV and DBoW3 for newer projects
fix
Consider using DBoW3 which is actively maintained
affects: all
Upgrade
Version history
2019-08-05latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources

No resource links recorded.

dbow2 — pip install dbow2 · libregistry