#include <Settings.h>
|
virtual void | compute (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors) |
|
virtual void | detect (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat()) |
|
virtual void | detectAndCompute (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &mask=cv::Mat()) |
|
| Feature2D (cv::Ptr< cv::FeatureDetector > featureDetector) |
|
| Feature2D (cv::Ptr< cv::DescriptorExtractor > descriptorExtractor) |
|
| Feature2D (cv::Ptr< cv::Feature2D > feature2D) |
|
| Feature2D () |
|
virtual | ~Feature2D () |
|
Definition at line 355 of file Settings.h.
find_object::Feature2D::Feature2D |
( |
cv::Ptr< cv::FeatureDetector > |
featureDetector | ) |
|
find_object::Feature2D::Feature2D |
( |
cv::Ptr< cv::DescriptorExtractor > |
descriptorExtractor | ) |
|
find_object::Feature2D::Feature2D |
( |
cv::Ptr< cv::Feature2D > |
feature2D | ) |
|
find_object::Feature2D::Feature2D |
( |
| ) |
|
|
inline |
virtual find_object::Feature2D::~Feature2D |
( |
| ) |
|
|
inlinevirtual |
void find_object::Feature2D::compute |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors |
|
) |
| |
|
virtual |
void find_object::Feature2D::detect |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
|
virtual |
void find_object::Feature2D::detectAndCompute |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
|
virtual |
cv::Ptr<cv::DescriptorExtractor> find_object::Feature2D::descriptorExtractor_ |
|
private |
cv::Ptr<cv::Feature2D> find_object::Feature2D::feature2D_ |
|
private |
cv::Ptr<cv::FeatureDetector> find_object::Feature2D::featureDetector_ |
|
private |
The documentation for this class was generated from the following files: