Public Member Functions | |
GPUFAST (int threshold=Settings::defaultFeature2D_Fast_threshold(), bool nonmaxSuppression=Settings::defaultFeature2D_Fast_nonmaxSuppression(), double keypointsRatio=Settings::defaultFeature2D_Fast_keypointsRatio()) | |
virtual | ~GPUFAST () |
Protected Member Functions | |
void | computeDescriptors (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors) |
void | detectKeypoints (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat()) |
Private Attributes | |
cv::gpu::FAST_GPU | fast_ |
Definition at line 348 of file Settings.cpp.
find_object::GPUFAST::GPUFAST | ( | int | threshold = Settings::defaultFeature2D_Fast_threshold() , |
bool | nonmaxSuppression = Settings::defaultFeature2D_Fast_nonmaxSuppression() , |
||
double | keypointsRatio = Settings::defaultFeature2D_Fast_keypointsRatio() |
||
) | [inline] |
Definition at line 351 of file Settings.cpp.
virtual find_object::GPUFAST::~GPUFAST | ( | ) | [inline, virtual] |
Definition at line 359 of file Settings.cpp.
void find_object::GPUFAST::computeDescriptors | ( | const cv::Mat & | image, |
std::vector< cv::KeyPoint > & | keypoints, | ||
cv::Mat & | descriptors | ||
) | [inline, protected, virtual] |
Implements find_object::GPUFeature2D.
Definition at line 370 of file Settings.cpp.
void find_object::GPUFAST::detectKeypoints | ( | const cv::Mat & | image, |
std::vector< cv::KeyPoint > & | keypoints, | ||
const cv::Mat & | mask = cv::Mat() |
||
) | [inline, protected, virtual] |
Implements find_object::GPUFeature2D.
Definition at line 362 of file Settings.cpp.
cv::gpu::FAST_GPU find_object::GPUFAST::fast_ [private] |
Definition at line 378 of file Settings.cpp.