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

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

算法()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 nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31, int firstLevel=0, int WTA_K=2, ORB::ScoreType scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20)cv::ORBstatic
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
FAST_SCORE 枚举值cv::ORB
getDefaultName() const CV_OVERRIDEcv::ORBvirtual
getEdgeThreshold() const =0cv::ORB纯虚函数
getFastThreshold() const =0cv::ORB纯虚函数
getFirstLevel() const =0cv::ORB纯虚函数
getMaxFeatures() const =0cv::ORB纯虚函数
getNLevels() const =0cv::ORB纯虚函数
getPatchSize() const =0cv::ORB纯虚函数
getScaleFactor() const =0cv::ORB纯虚函数
getScoreType() const =0cv::ORB纯虚函数
getWTA_K() const =0cv::ORB纯虚函数
HARRIS_SCORE 枚举值cv::ORB
kBytescv::ORBstatic
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
ScoreType 枚举名cv::ORB
setEdgeThreshold(int edgeThreshold)=0cv::ORB纯虚函数
setFastThreshold(int fastThreshold)=0cv::ORB纯虚函数
setFirstLevel(int firstLevel)=0cv::ORB纯虚函数
setMaxFeatures(int maxFeatures)=0cv::ORB纯虚函数
setNLevels(int nlevels)=0cv::ORB纯虚函数
setPatchSize(int patchSize)=0cv::ORB纯虚函数
setScaleFactor(double scaleFactor)=0cv::ORB纯虚函数
setScoreType(ORB::ScoreType scoreType)=0cv::ORB纯虚函数
setWTA_K(int wta_k)=0cv::ORB纯虚函数
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