OpenCV  3.1.0-dev
Open Source Computer Vision
cv::AgastFeatureDetector_Impl Member List

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

AGAST_5_8 enum valuecv::AgastFeatureDetector
AGAST_7_12d enum valuecv::AgastFeatureDetector
AGAST_7_12s enum valuecv::AgastFeatureDetector
AgastFeatureDetector_Impl(int _threshold, bool _nonmaxSuppression, int _type)cv::AgastFeatureDetector_Implinline
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)cv::AgastFeatureDetector_Implinlinevirtual
cv::AgastFeatureDetector::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
get(int prop) const cv::AgastFeatureDetector_Implinline
getDefaultName() const cv::Algorithmvirtual
getNonmaxSuppression() const cv::AgastFeatureDetector_Implinlinevirtual
getThreshold() const cv::AgastFeatureDetector_Implinlinevirtual
getType() const cv::AgastFeatureDetector_Implinlinevirtual
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
nonmaxSuppressioncv::AgastFeatureDetector_Impl
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
set(int prop, double value)cv::AgastFeatureDetector_Implinline
setNonmaxSuppression(bool f)cv::AgastFeatureDetector_Implinlinevirtual
setThreshold(int threshold_)cv::AgastFeatureDetector_Implinlinevirtual
setType(int type_)cv::AgastFeatureDetector_Implinlinevirtual
THRESHOLD enum valuecv::AgastFeatureDetector
thresholdcv::AgastFeatureDetector_Impl
typecv::AgastFeatureDetector_Impl
write(FileStorage &fs) const cv::Algorithminlinevirtual
writeFormat(FileStorage &fs) const cv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual