OpenCV  4.1.1
Open Source Computer Vision
cv::FastFeatureDetector Member List

This is the complete list of members for cv::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
create(int threshold=10, bool nonmaxSuppression=true, FastFeatureDetector::DetectorType type=FastFeatureDetector::TYPE_9_16)cv::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
DetectorType enum namecv::FastFeatureDetector
empty() const CV_OVERRIDEcv::Feature2Dvirtual
FAST_N enum valuecv::FastFeatureDetector
getDefaultName() const CV_OVERRIDEcv::FastFeatureDetectorvirtual
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
NONMAX_SUPPRESSION enum valuecv::FastFeatureDetector
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
setNonmaxSuppression(bool f)=0cv::FastFeatureDetectorpure virtual
setThreshold(int threshold)=0cv::FastFeatureDetectorpure virtual
setType(FastFeatureDetector::DetectorType 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(const String &fileName) constcv::Feature2D
write(FileStorage &) const CV_OVERRIDEcv::Feature2Dvirtual
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Feature2Dinline
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual