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

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

AGAST_5_8 enum valuecv::AgastFeatureDetector
AGAST_7_12d enum valuecv::AgastFeatureDetector
AGAST_7_12s enum valuecv::AgastFeatureDetector
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, int type=AgastFeatureDetector::OAST_9_16)cv::AgastFeatureDetectorstatic
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
empty() const cv::Feature2Dvirtual
getDefaultName() const cv::Algorithmvirtual
getNonmaxSuppression() const =0cv::AgastFeatureDetectorpure virtual
getThreshold() const =0cv::AgastFeatureDetectorpure virtual
getType() const =0cv::AgastFeatureDetectorpure 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::AgastFeatureDetector
OAST_9_16 enum valuecv::AgastFeatureDetector
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
save(const String &filename) const cv::Algorithmvirtual
setNonmaxSuppression(bool f)=0cv::AgastFeatureDetectorpure virtual
setThreshold(int threshold)=0cv::AgastFeatureDetectorpure virtual
setType(int type)=0cv::AgastFeatureDetectorpure virtual
THRESHOLD enum valuecv::AgastFeatureDetector
write(FileStorage &fs) const cv::Algorithminlinevirtual
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual