This is the complete list of members for cv::AgastFeatureDetector_Impl, including all inherited members.
AGAST_5_8 enum value | cv::AgastFeatureDetector | |
AGAST_7_12d enum value | cv::AgastFeatureDetector | |
AGAST_7_12s enum value | cv::AgastFeatureDetector | |
AgastFeatureDetector_Impl(int _threshold, bool _nonmaxSuppression, int _type) | cv::AgastFeatureDetector_Impl | inline |
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
compute(InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors) | cv::Feature2D | virtual |
compute(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors) | cv::Feature2D | virtual |
create(int threshold=10, bool nonmaxSuppression=true, int type=AgastFeatureDetector::OAST_9_16) | cv::AgastFeatureDetector | static |
defaultNorm() const | cv::Feature2D | virtual |
descriptorSize() const | cv::Feature2D | virtual |
descriptorType() const | cv::Feature2D | virtual |
detect(InputArray _image, std::vector< KeyPoint > &keypoints, InputArray _mask) | cv::AgastFeatureDetector_Impl | inlinevirtual |
cv::AgastFeatureDetector::detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::Feature2D | virtual |
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::Feature2D | virtual |
empty() const | cv::Feature2D | virtual |
get(int prop) const | cv::AgastFeatureDetector_Impl | inline |
getDefaultName() const | cv::Algorithm | virtual |
getNonmaxSuppression() const | cv::AgastFeatureDetector_Impl | inlinevirtual |
getThreshold() const | cv::AgastFeatureDetector_Impl | inlinevirtual |
getType() const | cv::AgastFeatureDetector_Impl | inlinevirtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
NONMAX_SUPPRESSION enum value | cv::AgastFeatureDetector | |
nonmaxSuppression | cv::AgastFeatureDetector_Impl | |
OAST_9_16 enum value | cv::AgastFeatureDetector | |
read(const String &fileName) | cv::Feature2D | |
read(const FileNode &) | cv::Feature2D | virtual |
save(const String &filename) const | cv::Algorithm | virtual |
set(int prop, double value) | cv::AgastFeatureDetector_Impl | inline |
setNonmaxSuppression(bool f) | cv::AgastFeatureDetector_Impl | inlinevirtual |
setThreshold(int threshold_) | cv::AgastFeatureDetector_Impl | inlinevirtual |
setType(int type_) | cv::AgastFeatureDetector_Impl | inlinevirtual |
THRESHOLD enum value | cv::AgastFeatureDetector | |
threshold | cv::AgastFeatureDetector_Impl | |
type | cv::AgastFeatureDetector_Impl | |
write(const String &fileName) const | cv::Feature2D | |
write(FileStorage &) const | cv::Feature2D | virtual |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |
~Feature2D() | cv::Feature2D | virtual |