#include <Settings.h>
Public Member Functions | |
void | detect (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat()) |
KeypointDetector (cv::FeatureDetector *featureDetector) | |
KeypointDetector (GPUFeature2D *gpuFeature2D) | |
Private Attributes | |
cv::FeatureDetector * | featureDetector_ |
GPUFeature2D * | gpuFeature2D_ |
Definition at line 308 of file Settings.h.
find_object::KeypointDetector::KeypointDetector | ( | cv::FeatureDetector * | featureDetector | ) |
Definition at line 989 of file Settings.cpp.
find_object::KeypointDetector::KeypointDetector | ( | GPUFeature2D * | gpuFeature2D | ) |
Definition at line 995 of file Settings.cpp.
void find_object::KeypointDetector::detect | ( | const cv::Mat & | image, |
std::vector< cv::KeyPoint > & | keypoints, | ||
const cv::Mat & | mask = cv::Mat() |
||
) |
Definition at line 1001 of file Settings.cpp.
cv::FeatureDetector* find_object::KeypointDetector::featureDetector_ [private] |
Definition at line 319 of file Settings.h.
Definition at line 320 of file Settings.h.