#include "features2d.hpp"
Class to work with descriptors from several images as with one merged matrix. It is used e.g. in FlannBasedMatcher.
cv::DescriptorMatcher::DescriptorCollection::DescriptorCollection |
( |
| ) |
|
cv::DescriptorMatcher::DescriptorCollection::DescriptorCollection |
( |
const DescriptorCollection & |
collection | ) |
|
virtual cv::DescriptorMatcher::DescriptorCollection::~DescriptorCollection |
( |
| ) |
|
|
virtual |
virtual void cv::DescriptorMatcher::DescriptorCollection::clear |
( |
| ) |
|
|
virtual |
const Mat cv::DescriptorMatcher::DescriptorCollection::getDescriptor |
( |
int |
imgIdx, |
|
|
int |
localDescIdx |
|
) |
| const |
const Mat cv::DescriptorMatcher::DescriptorCollection::getDescriptor |
( |
int |
globalDescIdx | ) |
const |
const Mat& cv::DescriptorMatcher::DescriptorCollection::getDescriptors |
( |
| ) |
const |
void cv::DescriptorMatcher::DescriptorCollection::getLocalIdx |
( |
int |
globalDescIdx, |
|
|
int & |
imgIdx, |
|
|
int & |
localDescIdx |
|
) |
| const |
void cv::DescriptorMatcher::DescriptorCollection::set |
( |
const std::vector< Mat > & |
descriptors | ) |
|
int cv::DescriptorMatcher::DescriptorCollection::size |
( |
| ) |
const |
Mat cv::DescriptorMatcher::DescriptorCollection::mergedDescriptors |
|
protected |
std::vector<int> cv::DescriptorMatcher::DescriptorCollection::startIdxs |
|
protected |
The documentation for this class was generated from the following file: