OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
cv::AgastFeatureDetector 成员列表

以下是 cv::AgastFeatureDetector 的完整成员列表,包括所有继承的成员。

AGAST_5_8 枚举值cv::AgastFeatureDetector
AGAST_7_12d 枚举值cv::AgastFeatureDetector
AGAST_7_12s 枚举值cv::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, AgastFeatureDetector::DetectorType type=AgastFeatureDetector::OAST_9_16)cv::AgastFeatureDetectorstatic
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 枚举名称cv::AgastFeatureDetector
empty() const CV_OVERRIDEcv::Feature2Dvirtual
getDefaultName() const CV_OVERRIDEcv::AgastFeatureDetectorvirtual
getNonmaxSuppression() const =0cv::AgastFeatureDetector纯虚函数
getThreshold() const =0cv::AgastFeatureDetector纯虚函数
getType() const =0cv::AgastFeatureDetector纯虚函数
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
NONMAX_SUPPRESSION 枚举值cv::AgastFeatureDetector
OAST_9_16 枚举值cv::AgastFeatureDetector
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
setNonmaxSuppression(bool f)=0cv::AgastFeatureDetector纯虚函数
setThreshold(int threshold)=0cv::AgastFeatureDetector纯虚函数
setType(AgastFeatureDetector::DetectorType type)=0cv::AgastFeatureDetector纯虚函数
THRESHOLD 枚举值cv::AgastFeatureDetector
write(const String &fileName) constcv::Feature2D
write(FileStorage &) const CV_OVERRIDEcv::Feature2Dvirtual
write(FileStorage &fs, const String &name) constcv::Feature2Dinline
write(const Ptr< FileStorage > &fs, const String &name) constcv::Feature2Dinline
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual