OpenCV 4.10.0
开源计算机视觉库
|
以下是 cv::AgastFeatureDetector 的完整成员列表,包括所有继承的成员。
AGAST_5_8 枚举值 | cv::AgastFeatureDetector | |
AGAST_7_12d 枚举值 | cv::AgastFeatureDetector | |
AGAST_7_12s 枚举值 | cv::AgastFeatureDetector | |
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, AgastFeatureDetector::DetectorType 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=noArray()) | cv::Feature2D | virtual |
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 |
DetectorType 枚举名称 | cv::AgastFeatureDetector | |
empty() const CV_OVERRIDE | cv::Feature2D | virtual |
getDefaultName() const CV_OVERRIDE | cv::AgastFeatureDetector | virtual |
getNonmaxSuppression() const =0 | cv::AgastFeatureDetector | 纯虚函数 |
getThreshold() const =0 | cv::AgastFeatureDetector | 纯虚函数 |
getType() const =0 | cv::AgastFeatureDetector | 纯虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
NONMAX_SUPPRESSION 枚举值 | cv::AgastFeatureDetector | |
OAST_9_16 枚举值 | cv::AgastFeatureDetector | |
read(const String &fileName) | cv::Feature2D | |
read(const FileNode &) CV_OVERRIDE | cv::Feature2D | virtual |
save(const String &filename) const | cv::Algorithm | virtual |
setNonmaxSuppression(bool f)=0 | cv::AgastFeatureDetector | 纯虚函数 |
setThreshold(int threshold)=0 | cv::AgastFeatureDetector | 纯虚函数 |
setType(AgastFeatureDetector::DetectorType type)=0 | cv::AgastFeatureDetector | 纯虚函数 |
THRESHOLD 枚举值 | cv::AgastFeatureDetector | |
write(const String &fileName) const | cv::Feature2D | |
write(FileStorage &) const CV_OVERRIDE | cv::Feature2D | virtual |
write(FileStorage &fs, const String &name) const | cv::Feature2D | inline |
write(const Ptr< FileStorage > &fs, const String &name) const | cv::Feature2D | inline |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |
~Feature2D() | cv::Feature2D | virtual |