#include <Vocabulary.h>
Definition at line 37 of file Vocabulary.h.
| find_object::Vocabulary::Vocabulary |
( |
| ) |
|
| find_object::Vocabulary::~Vocabulary |
( |
| ) |
|
|
virtual |
| QMultiMap< int, int > find_object::Vocabulary::addWords |
( |
const cv::Mat & |
descriptors, |
|
|
int |
objectId |
|
) |
| |
| void find_object::Vocabulary::clear |
( |
| ) |
|
| int find_object::Vocabulary::dim |
( |
| ) |
const |
|
inline |
| const cv::Mat& find_object::Vocabulary::indexedDescriptors |
( |
| ) |
const |
|
inline |
| void find_object::Vocabulary::load |
( |
QDataStream & |
streamSessionPtr | ) |
|
| bool find_object::Vocabulary::load |
( |
const QString & |
filename | ) |
|
| void find_object::Vocabulary::save |
( |
QDataStream & |
streamSessionPtr | ) |
const |
| bool find_object::Vocabulary::save |
( |
const QString & |
filename | ) |
const |
| void find_object::Vocabulary::search |
( |
const cv::Mat & |
descriptors, |
|
|
cv::Mat & |
results, |
|
|
cv::Mat & |
dists, |
|
|
int |
k |
|
) |
| |
| int find_object::Vocabulary::size |
( |
| ) |
const |
|
inline |
| int find_object::Vocabulary::type |
( |
| ) |
const |
|
inline |
| void find_object::Vocabulary::update |
( |
| ) |
|
| const QMultiMap<int, int>& find_object::Vocabulary::wordToObjects |
( |
| ) |
const |
|
inline |
| cv::flann::Index find_object::Vocabulary::flannIndex_ |
|
private |
| cv::Mat find_object::Vocabulary::indexedDescriptors_ |
|
private |
| cv::Mat find_object::Vocabulary::notIndexedDescriptors_ |
|
private |
| QVector<int> find_object::Vocabulary::notIndexedWordIds_ |
|
private |
| QMultiMap<int, int> find_object::Vocabulary::wordToObjects_ |
|
private |
The documentation for this class was generated from the following files: