OpenCV 4.10.0
开源计算机视觉
|
以下是 cv::xfeatures2d::StarDetector 的完整成员列表,包括所有继承的成员。
算法() | 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 maxSize=45, int responseThreshold=30, int lineThresholdProjected=10, int lineThresholdBinarized=8, int suppressNonmaxSize=5) | cv::xfeatures2d::StarDetector | 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 |
empty() const CV_OVERRIDE | cv::Feature2D | virtual |
getDefaultName() const CV_OVERRIDE | cv::xfeatures2d::StarDetector | virtual |
getLineThresholdBinarized() const =0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
getLineThresholdProjected() const =0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
getMaxSize() const =0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
getResponseThreshold() const =0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
getSuppressNonmaxSize() const =0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
读取(常量字符串&fileName) | cv::Feature2D | |
读取(常量文件节点&)CV_OVERRIDE | cv::Feature2D | virtual |
保存(常量字符串&filename)const | cv::Algorithm | virtual |
设置二值化线阈值(int _lineThresholdBinarized)=0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
设置投影线阈值(int _lineThresholdProjected)=0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
设置最大尺寸(int _maxSize)=0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
设置响应阈值(int _responseThreshold)=0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
设置抑制非最大值尺寸(int _suppressNonmaxSize)=0 | cv::xfeatures2d::StarDetector | 纯虚函数 |
写入(常量字符串&fileName)const | cv::Feature2D | |
写入(文件存储&)const CV_OVERRIDE | cv::Feature2D | virtual |
写入(文件存储 &fs,常量字符串 &name)const | cv::Feature2D | 内联 |
写入(Ptr< 文件存储 > &fs,常量字符串 &name)const | cv::Feature2D | 内联 |
写入格式(文件存储 &fs)const | cv::Algorithm | 保护 |
~算法() | cv::Algorithm | virtual |
~Feature2D() | cv::Feature2D | virtual |