#include <cassert>
#include <vector>
#include <numeric>
#include <fstream>
#include <string>
#include <algorithm>
#include <opencv2/core/core.hpp>
#include <limits>
#include "FeatureVector.h"
#include "BowVector.h"
#include "ScoringObject.h"
#include "../DUtils/Random.h"
Go to the source code of this file.
Classes | |
struct | DBoW2::TemplatedVocabulary< TDescriptor, F >::Node |
Tree node. More... | |
class | DBoW2::TemplatedVocabulary< TDescriptor, F > |
Generic Vocabulary. More... | |
Namespaces | |
DBoW2 | |
Functions | |
template<class TDescriptor , class F > | |
std::ostream & | DBoW2::operator<< (std::ostream &os, const TemplatedVocabulary< TDescriptor, F > &voc) |