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

这是 cv::xfeatures2d::StarDetector 的完整成员列表,包括所有继承的成员。

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 maxSize=45, int responseThreshold=30, int lineThresholdProjected=10, int lineThresholdBinarized=8, int suppressNonmaxSize=5)cv::xfeatures2d::StarDetectorstatic
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
empty() const CV_OVERRIDEcv::Feature2Dvirtual
getDefaultName() const CV_OVERRIDEcv::xfeatures2d::StarDetectorvirtual
getLineThresholdBinarized() const =0cv::xfeatures2d::StarDetector纯虚函数
getLineThresholdProjected() const =0cv::xfeatures2d::StarDetector纯虚函数
getMaxSize() const =0cv::xfeatures2d::StarDetector纯虚函数
getResponseThreshold() const =0cv::xfeatures2d::StarDetector纯虚函数
getSuppressNonmaxSize() const =0cv::xfeatures2d::StarDetector纯虚函数
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
setLineThresholdBinarized(int _lineThresholdBinarized)=0cv::xfeatures2d::StarDetector纯虚函数
setLineThresholdProjected(int _lineThresholdProjected)=0cv::xfeatures2d::StarDetector纯虚函数
setMaxSize(int _maxSize)=0cv::xfeatures2d::StarDetector纯虚函数
setResponseThreshold(int _responseThreshold)=0cv::xfeatures2d::StarDetector纯虚函数
setSuppressNonmaxSize(int _suppressNonmaxSize)=0cv::xfeatures2d::StarDetector纯虚函数
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::Algorithm保护
~Algorithm()cv::Algorithmvirtual
~Feature2D()cv::Feature2Dvirtual