OpenCV  4.7.0-dev
Open Source Computer Vision
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=cv::FastFeatureDetector::TYPE_9_16, int max_npoints=5000)cv::cuda::FastFeatureDetectorstatic
defaultNorm() constcv::Feature2Dvirtual
descriptorSize() constcv::Feature2Dvirtual
descriptorType() constcv::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_OVERRIDEcv::Feature2Dvirtual
FEATURE_SIZEcv::cuda::FastFeatureDetectorstatic
getDefaultName() const CV_OVERRIDEcv::Feature2Dvirtual
getMaxNumPoints() const =0cv::cuda::FastFeatureDetectorpure virtual
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
LOCATION_ROWcv::cuda::FastFeatureDetectorstatic
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
RESPONSE_ROWcv::cuda::FastFeatureDetectorstatic
ROWS_COUNTcv::cuda::FastFeatureDetectorstatic
save(const String &filename) constcv::Algorithmvirtual
setMaxNumPoints(int max_npoints)=0cv::cuda::FastFeatureDetectorpure virtual
setThreshold(int threshold)=0cv::cuda::FastFeatureDetectorpure virtual
write(const String &fileName) constcv::Feature2D
write(FileStorage &) const CV_OVERRIDEcv::Feature2Dvirtual
write(FileStorage &fs, const String &name) constcv::Feature2Dinline
write(const Ptr< FileStorage > &fs, const String &name) constcv::Feature2Dinline
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual
~Feature2DAsync()cv::cuda::Feature2DAsyncvirtual