#include <features2d.hpp>
§ KeyPointCollection() [1/2]
cv::GenericDescriptorMatcher::KeyPointCollection::KeyPointCollection |
( |
| ) |
|
§ KeyPointCollection() [2/2]
cv::GenericDescriptorMatcher::KeyPointCollection::KeyPointCollection |
( |
const KeyPointCollection & |
collection | ) |
|
§ add()
void cv::GenericDescriptorMatcher::KeyPointCollection::add |
( |
const vector< Mat > & |
images, |
|
|
const vector< vector< KeyPoint > > & |
keypoints |
|
) |
| |
§ clear()
void cv::GenericDescriptorMatcher::KeyPointCollection::clear |
( |
| ) |
|
§ getImage()
const Mat& cv::GenericDescriptorMatcher::KeyPointCollection::getImage |
( |
int |
imgIdx | ) |
const |
§ getImages()
const vector<Mat>& cv::GenericDescriptorMatcher::KeyPointCollection::getImages |
( |
| ) |
const |
§ getKeyPoint() [1/2]
const KeyPoint& cv::GenericDescriptorMatcher::KeyPointCollection::getKeyPoint |
( |
int |
imgIdx, |
|
|
int |
localPointIdx |
|
) |
| const |
§ getKeyPoint() [2/2]
const KeyPoint& cv::GenericDescriptorMatcher::KeyPointCollection::getKeyPoint |
( |
int |
globalPointIdx | ) |
const |
§ getKeypoints() [1/2]
const vector<vector<KeyPoint> >& cv::GenericDescriptorMatcher::KeyPointCollection::getKeypoints |
( |
| ) |
const |
§ getKeypoints() [2/2]
const vector<KeyPoint>& cv::GenericDescriptorMatcher::KeyPointCollection::getKeypoints |
( |
int |
imgIdx | ) |
const |
§ getLocalIdx()
void cv::GenericDescriptorMatcher::KeyPointCollection::getLocalIdx |
( |
int |
globalPointIdx, |
|
|
int & |
imgIdx, |
|
|
int & |
localPointIdx |
|
) |
| const |
§ imageCount()
size_t cv::GenericDescriptorMatcher::KeyPointCollection::imageCount |
( |
| ) |
const |
§ keypointCount()
size_t cv::GenericDescriptorMatcher::KeyPointCollection::keypointCount |
( |
| ) |
const |
§ images
vector<Mat> cv::GenericDescriptorMatcher::KeyPointCollection::images |
|
protected |
§ keypoints
vector<vector<KeyPoint> > cv::GenericDescriptorMatcher::KeyPointCollection::keypoints |
|
protected |
§ pointCount
int cv::GenericDescriptorMatcher::KeyPointCollection::pointCount |
|
protected |
§ startIndices
vector<int> cv::GenericDescriptorMatcher::KeyPointCollection::startIndices |
|
protected |
The documentation for this class was generated from the following file: