#include <features2d.hpp>
§ BOWImgDescriptorExtractor()
§ ~BOWImgDescriptorExtractor()
virtual cv::BOWImgDescriptorExtractor::~BOWImgDescriptorExtractor |
( |
| ) |
|
|
virtual |
§ compute()
void cv::BOWImgDescriptorExtractor::compute |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
Mat & |
imgDescriptor, |
|
|
vector< vector< int > > * |
pointIdxsOfClusters = 0 , |
|
|
Mat * |
descriptors = 0 |
|
) |
| |
§ compute2()
void cv::BOWImgDescriptorExtractor::compute2 |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
CV_OUT Mat & |
imgDescriptor |
|
) |
| |
|
inline |
§ descriptorSize()
int cv::BOWImgDescriptorExtractor::descriptorSize |
( |
| ) |
const |
§ descriptorType()
int cv::BOWImgDescriptorExtractor::descriptorType |
( |
| ) |
const |
§ getVocabulary()
const Mat& cv::BOWImgDescriptorExtractor::getVocabulary |
( |
| ) |
const |
§ setVocabulary()
void cv::BOWImgDescriptorExtractor::setVocabulary |
( |
const Mat & |
vocabulary | ) |
|
§ dextractor
§ dmatcher
§ vocabulary
Mat cv::BOWImgDescriptorExtractor::vocabulary |
|
protected |
The documentation for this class was generated from the following file: