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