Public Member Functions | |
virtual void | computeDescriptors (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors)=0 |
virtual void | detectKeypoints (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat())=0 |
GPUFeature2D () | |
virtual | ~GPUFeature2D () |
Definition at line 256 of file Settings.cpp.
find_object::GPUFeature2D::GPUFeature2D | ( | ) | [inline] |
Definition at line 259 of file Settings.cpp.
virtual find_object::GPUFeature2D::~GPUFeature2D | ( | ) | [inline, virtual] |
Definition at line 260 of file Settings.cpp.
virtual void find_object::GPUFeature2D::computeDescriptors | ( | const cv::Mat & | image, |
std::vector< cv::KeyPoint > & | keypoints, | ||
cv::Mat & | descriptors | ||
) | [pure virtual] |
Implemented in find_object::GPUORB, and find_object::GPUFAST.
virtual void find_object::GPUFeature2D::detectKeypoints | ( | const cv::Mat & | image, |
std::vector< cv::KeyPoint > & | keypoints, | ||
const cv::Mat & | mask = cv::Mat() |
||
) | [pure virtual] |
Implemented in find_object::GPUORB, and find_object::GPUFAST.