|
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()) |
|
| GPUFAST (int threshold=Settings::defaultFeature2D_Fast_threshold(), bool nonmaxSuppression=Settings::defaultFeature2D_Fast_nonmaxSuppression(), double keypointsRatio=Settings::defaultFeature2D_Fast_keypointsRatio()) |
|
virtual | ~GPUFAST () |
|
| Feature2D (cv::Ptr< cv::FeatureDetector > featureDetector) |
|
| Feature2D (cv::Ptr< cv::DescriptorExtractor > descriptorExtractor) |
|
| Feature2D (cv::Ptr< cv::Feature2D > feature2D) |
|
| Feature2D () |
|
virtual | ~Feature2D () |
|
Definition at line 390 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 |
virtual find_object::GPUFAST::~GPUFAST |
( |
| ) |
|
|
inlinevirtual |
virtual void find_object::GPUFAST::compute |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors |
|
) |
| |
|
inlinevirtual |
virtual void find_object::GPUFAST::detect |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
|
inlinevirtual |
virtual void find_object::GPUFAST::detectAndCompute |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > & |
keypoints, |
|
|
cv::Mat & |
descriptors, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
|
inlinevirtual |
CVCUDA::FAST_GPU find_object::GPUFAST::fast_ |
|
private |
The documentation for this class was generated from the following file: