cv::GenericDescriptorMatcher::KeyPointCollection Class Reference
#include <features2d.hpp>
List of all members.
Constructor & Destructor Documentation
cv::GenericDescriptorMatcher::KeyPointCollection::KeyPointCollection |
( |
|
) |
|
cv::GenericDescriptorMatcher::KeyPointCollection::KeyPointCollection |
( |
const KeyPointCollection & |
collection |
) |
|
Member Function Documentation
void cv::GenericDescriptorMatcher::KeyPointCollection::add |
( |
const vector< Mat > & |
images, |
|
|
const vector< vector< KeyPoint > > & |
keypoints | |
|
) |
| | |
void cv::GenericDescriptorMatcher::KeyPointCollection::clear |
( |
|
) |
|
size_t cv::GenericDescriptorMatcher::KeyPointCollection::keypointCount |
( |
|
) |
const |
size_t cv::GenericDescriptorMatcher::KeyPointCollection::imageCount |
( |
|
) |
const |
const vector<vector<KeyPoint> >& cv::GenericDescriptorMatcher::KeyPointCollection::getKeypoints |
( |
|
) |
const |
const vector<KeyPoint>& cv::GenericDescriptorMatcher::KeyPointCollection::getKeypoints |
( |
int |
imgIdx |
) |
const |
const KeyPoint& cv::GenericDescriptorMatcher::KeyPointCollection::getKeyPoint |
( |
int |
imgIdx, |
|
|
int |
localPointIdx | |
|
) |
| | const |
const KeyPoint& cv::GenericDescriptorMatcher::KeyPointCollection::getKeyPoint |
( |
int |
globalPointIdx |
) |
const |
void cv::GenericDescriptorMatcher::KeyPointCollection::getLocalIdx |
( |
int |
globalPointIdx, |
|
|
int & |
imgIdx, |
|
|
int & |
localPointIdx | |
|
) |
| | const |
const vector<Mat>& cv::GenericDescriptorMatcher::KeyPointCollection::getImages |
( |
|
) |
const |
const Mat& cv::GenericDescriptorMatcher::KeyPointCollection::getImage |
( |
int |
imgIdx |
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: