Class cv::cuda::FastFeatureDetector#
Wrapping class for feature detection using the FAST method.
#include <opencv2/cudafeatures2d.hpp>Collaboration diagram for cv::cuda::FastFeatureDetector:
Public Member Functions#
Public Member Functions inherited from cv::cuda::Feature2DAsync
Return |
Name |
Description |
|---|---|---|
|
Computes the descriptors for a set of keypoints detected in an image. |
|
|
|
|
|
||
|
Detects keypoints in an image. |
Public Member Functions inherited from cv::Feature2D
Return |
Name |
Description |
|---|---|---|
|
|
Computes the descriptors for a set of keypoints detected in an image (first variant) or image set (second variant). |
|
||
|
||
|
||
|
||
|
|
Detects keypoints in an image (first variant) or image set (second variant). |
|
||
|
||
|
Return true if detector object is empty. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
||
|
Stores algorithm parameters in a file storage. |
|
|
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
Wrapping class for feature detection using the FAST method.
Member Function Documentation#
create()#
static Ptr< cuda::FastFeatureDetector > cv::cuda::FastFeatureDetector::create(
int threshold = 10,
bool nonmaxSuppression = true,
int type = cv::FastFeatureDetector::TYPE_9_16,
int max_npoints = 5000 )
getMaxNumPoints()#
int cv::cuda::FastFeatureDetector::getMaxNumPoints()
setMaxNumPoints()#
void cv::cuda::FastFeatureDetector::setMaxNumPoints(int max_npoints)
setThreshold()#
void cv::cuda::FastFeatureDetector::setThreshold(int threshold)
Member Data Documentation#
FEATURE_SIZE#
static const int cv::cuda::FastFeatureDetector::FEATURE_SIZE = 7
LOCATION_ROW#
static const int cv::cuda::FastFeatureDetector::LOCATION_ROW = 0
RESPONSE_ROW#
static const int cv::cuda::FastFeatureDetector::RESPONSE_ROW = 1
ROWS_COUNT#
static const int cv::cuda::FastFeatureDetector::ROWS_COUNT = 2
Source file#
The documentation for this class was generated from the following file:
opencv2/cudafeatures2d.hpp