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

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

算法()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 maxCorners=1000, double qualityLevel=0.01, double minDistance=1, int blockSize=3, bool useHarrisDetector=false, double k=0.04)cv::GFTTDetectorstatic
create(int maxCorners, double qualityLevel, double minDistance, int blockSize, int gradiantSize, bool useHarrisDetector=false, double k=0.04)cv::GFTTDetectorstatic
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
getBlockSize() const =0cv::GFTTDetector纯虚
getDefaultName() const CV_OVERRIDEcv::GFTTDetectorvirtual
getGradientSize()=0cv::GFTTDetector纯虚
getHarrisDetector() const =0cv::GFTTDetector纯虚
getK() const =0cv::GFTTDetector纯虚
getMaxFeatures() const =0cv::GFTTDetector纯虚
getMinDistance() const =0cv::GFTTDetector纯虚
getQualityLevel() const =0cv::GFTTDetector纯虚
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
setBlockSize(int blockSize)=0cv::GFTTDetector纯虚
setGradientSize(int gradientSize_)=0cv::GFTTDetector纯虚
setHarrisDetector(bool val)=0cv::GFTTDetector纯虚
setK(double k)=0cv::GFTTDetector纯虚
setMaxFeatures(int maxFeatures)=0cv::GFTTDetector纯虚
setMinDistance(double minDistance)=0cv::GFTTDetector纯虚
setQualityLevel(double qlevel)=0cv::GFTTDetector纯虚
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