#include <features2d.hpp>
virtual cv::DescriptorExtractor::~DescriptorExtractor |
( |
| ) |
|
|
virtual |
void cv::DescriptorExtractor::compute |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
Mat & |
descriptors |
|
) |
| const |
void cv::DescriptorExtractor::compute |
( |
const vector< Mat > & |
images, |
|
|
vector< vector< KeyPoint > > & |
keypoints, |
|
|
vector< Mat > & |
descriptors |
|
) |
| const |
virtual void cv::DescriptorExtractor::computeImpl |
( |
const Mat & |
image, |
|
|
vector< KeyPoint > & |
keypoints, |
|
|
Mat & |
descriptors |
|
) |
| const |
|
protectedpure virtual |
virtual int cv::DescriptorExtractor::descriptorSize |
( |
| ) |
const |
|
pure virtual |
virtual int cv::DescriptorExtractor::descriptorType |
( |
| ) |
const |
|
pure virtual |
virtual void cv::DescriptorExtractor::read |
( |
const FileNode & |
| ) |
|
|
virtual |
static void cv::DescriptorExtractor::removeBorderKeypoints |
( |
vector< KeyPoint > & |
keypoints, |
|
|
Size |
imageSize, |
|
|
int |
borderSize |
|
) |
| |
|
staticprotected |
The documentation for this class was generated from the following file:
- /usr/obj/OpenCV-2.2.0/OpenCV-2.2.0/modules/features2d/include/opencv2/features2d/features2d.hpp