#include <opencv2/features2d.hpp>
用于将来自多个图像的描述符像一个合并的矩阵一样处理的类。例如,它在 FlannBasedMatcher 中使用。
◆ DescriptorCollection() [1/2]
cv::DescriptorMatcher::DescriptorCollection::DescriptorCollection |
( |
| ) |
|
◆ DescriptorCollection() [2/2]
cv::DescriptorMatcher::DescriptorCollection::DescriptorCollection |
( |
const DescriptorCollection & |
collection | ) |
|
◆ ~DescriptorCollection()
virtual cv::DescriptorMatcher::DescriptorCollection::~DescriptorCollection |
( |
| ) |
|
|
virtual |
◆ clear()
virtual void cv::DescriptorMatcher::DescriptorCollection::clear |
( |
| ) |
|
|
virtual |
◆ getDescriptor() [1/2]
Mat cv::DescriptorMatcher::DescriptorCollection::getDescriptor |
( |
int |
globalDescIdx | ) |
const |
◆ getDescriptor() [2/2]
Mat cv::DescriptorMatcher::DescriptorCollection::getDescriptor |
( |
int |
imgIdx, |
|
|
int |
localDescIdx |
|
) |
| const |
◆ getDescriptors()
const Mat & cv::DescriptorMatcher::DescriptorCollection::getDescriptors |
( |
| ) |
const |
◆ getLocalIdx()
void cv::DescriptorMatcher::DescriptorCollection::getLocalIdx |
( |
int |
globalDescIdx, |
|
|
int & |
imgIdx, |
|
|
int & |
localDescIdx |
|
) |
| const |
◆ set()
void cv::DescriptorMatcher::DescriptorCollection::set |
( |
const std::vector< Mat > & |
descriptors | ) |
|
◆ size()
int cv::DescriptorMatcher::DescriptorCollection::size |
( |
| ) |
const |
◆ mergedDescriptors
Mat cv::DescriptorMatcher::DescriptorCollection::mergedDescriptors |
|
protected |
◆ startIdxs
std::vector<int> cv::DescriptorMatcher::DescriptorCollection::startIdxs |
|
protected |
此类的文档从以下文件生成