Public Member Functions | Protected Member Functions | Private Attributes
find_object::GPUFAST Class Reference
Inheritance diagram for find_object::GPUFAST:
Inheritance graph
[legend]

List of all members.

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_

Detailed Description

Definition at line 348 of file Settings.cpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

cv::gpu::FAST_GPU find_object::GPUFAST::fast_ [private]

Definition at line 378 of file Settings.cpp.


The documentation for this class was generated from the following file:


find_object_2d
Author(s): Mathieu Labbe
autogenerated on Thu Aug 27 2015 13:00:34