OpenCV 4.10.0
开源计算机视觉
|
以下是 cv::FastFeatureDetector 的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
清除() | cv::Algorithm | 内联虚拟 |
compute(InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors) | cv::Feature2D | 虚拟 |
compute(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors) | cv::Feature2D | 虚拟 |
create(int threshold=10, bool nonmaxSuppression=true, FastFeatureDetector::DetectorType type=FastFeatureDetector::TYPE_9_16) | cv::FastFeatureDetector | 静态 |
defaultNorm() const | cv::Feature2D | 虚拟 |
descriptorSize() const | cv::Feature2D | 虚拟 |
descriptorType() const | cv::Feature2D | 虚拟 |
detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) | cv::Feature2D | 虚拟 |
detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::Feature2D | 虚拟 |
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::Feature2D | 虚拟 |
DetectorType 枚举名称 | cv::FastFeatureDetector | |
empty() const CV_OVERRIDE | cv::Feature2D | 虚拟 |
FAST_N 枚举值 | cv::FastFeatureDetector | |
getDefaultName() const CV_OVERRIDE | cv::FastFeatureDetector | 虚拟 |
getNonmaxSuppression() const =0 | cv::FastFeatureDetector | 纯虚拟 |
getThreshold() const =0 | cv::FastFeatureDetector | 纯虚拟 |
getType() const =0 | cv::FastFeatureDetector | 纯虚拟 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
NONMAX_SUPPRESSION 枚举值 | cv::FastFeatureDetector | |
cv::Feature2D | ||
read(const FileNode &) CV_OVERRIDE | cv::Feature2D | 虚拟 |
save(const String &filename) const | cv::Algorithm | 虚拟 |
setNonmaxSuppression(bool f)=0 | cv::FastFeatureDetector | 纯虚拟 |
setThreshold(int threshold)=0 | cv::FastFeatureDetector | 纯虚拟 |
setType(FastFeatureDetector::DetectorType type)=0 | cv::FastFeatureDetector | 纯虚拟 |
THRESHOLD 枚举值 | cv::FastFeatureDetector | |
TYPE_5_8 枚举值 | cv::FastFeatureDetector | |
TYPE_7_12 枚举值 | cv::FastFeatureDetector | |
TYPE_9_16 枚举值 | cv::FastFeatureDetector | |
write(const String &fileName) const | cv::Feature2D | |
write(FileStorage &) const CV_OVERRIDE | cv::Feature2D | 虚拟 |
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 | 保护的 |
~Algorithm() | cv::Algorithm | 虚拟 |
~Feature2D() | cv::Feature2D | 虚拟 |