OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cv::cuda::FastFeatureDetector Member List

This is the complete list of members for cv::cuda::FastFeatureDetector, including all inherited members.

Algorithm()cv::Algorithm
clear()cv::Algorithminlinevirtual
compute(InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors)cv::Feature2Dvirtual
compute(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors)cv::Feature2Dvirtual
computeAsync(InputArray image, OutputArray keypoints, OutputArray descriptors, Stream &stream=Stream::Null())cv::cuda::Feature2DAsyncvirtual
convert(InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0cv::cuda::Feature2DAsyncpure virtual
create(int threshold=10, bool nonmaxSuppression=true, int type=FastFeatureDetector::TYPE_9_16, int max_npoints=5000)cv::cuda::FastFeatureDetectorstatic
cv::FastFeatureDetector::create(int threshold=10, bool nonmaxSuppression=true, int type=FastFeatureDetector::TYPE_9_16)cv::FastFeatureDetectorstatic
defaultNorm() const cv::Feature2Dvirtual
descriptorSize() const cv::Feature2Dvirtual
descriptorType() const cv::Feature2Dvirtual
detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray())cv::Feature2Dvirtual
detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray())cv::Feature2Dvirtual
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false)cv::Feature2Dvirtual
detectAndComputeAsync(InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null())cv::cuda::Feature2DAsyncvirtual
detectAsync(InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null())cv::cuda::Feature2DAsyncvirtual
empty() const cv::Feature2Dvirtual
FAST_N enum valuecv::FastFeatureDetector
FEATURE_SIZE enum valuecv::cuda::FastFeatureDetector
getDefaultName() const cv::Algorithmvirtual
getMaxNumPoints() const =0cv::cuda::FastFeatureDetectorpure virtual
getNonmaxSuppression() const =0cv::FastFeatureDetectorpure virtual
getThreshold() const =0cv::FastFeatureDetectorpure virtual
getType() const =0cv::FastFeatureDetectorpure virtual
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
LOCATION_ROW enum valuecv::cuda::FastFeatureDetector
NONMAX_SUPPRESSION enum valuecv::FastFeatureDetector
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
RESPONSE_ROW enum valuecv::cuda::FastFeatureDetector
ROWS_COUNT enum valuecv::cuda::FastFeatureDetector
save(const String &filename) const cv::Algorithmvirtual
setMaxNumPoints(int max_npoints)=0cv::cuda::FastFeatureDetectorpure virtual
setNonmaxSuppression(bool f)=0cv::FastFeatureDetectorpure virtual
setThreshold(int threshold)=0cv::FastFeatureDetectorpure virtual
setType(int type)=0cv::FastFeatureDetectorpure virtual
THRESHOLD enum valuecv::FastFeatureDetector
TYPE_5_8 enum valuecv::FastFeatureDetector
TYPE_7_12 enum valuecv::FastFeatureDetector
TYPE_9_16 enum valuecv::FastFeatureDetector
write(FileStorage &fs) const cv::Algorithminlinevirtual
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual
~Feature2DAsync()cv::cuda::Feature2DAsyncvirtual