OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::cuda::ORB 成员列表

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

算法()cv::Algorithm
ANGLE_ROWcv::cuda::ORB静态
clear()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虚函数
computeAsync(InputArray image, OutputArray keypoints, OutputArray descriptors, Stream &stream=Stream::Null())cv::cuda::Feature2DAsync虚函数
convert(InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0cv::cuda::Feature2DAsync纯虚函数
create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31, int firstLevel=0, int WTA_K=2, int scoreType=cv::ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20, bool blurForDescriptor=false)cv::cuda::ORB静态
defaultNorm() constcv::Feature2D虚函数
descriptorSize() constcv::Feature2D虚函数
descriptorType() constcv::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虚函数
detectAndComputeAsync(InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null())cv::cuda::Feature2DAsync虚函数
detectAsync(InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null())cv::cuda::Feature2DAsync虚函数
empty() const CV_OVERRIDEcv::Feature2D虚函数
getBlurForDescriptor() const =0cv::cuda::ORB纯虚函数
getDefaultName() const CV_OVERRIDEcv::Feature2D虚函数
getEdgeThreshold() const =0cv::cuda::ORB纯虚函数
getFastThreshold() const =0cv::cuda::ORB纯虚函数
getFirstLevel() const =0cv::cuda::ORB纯虚函数
getMaxFeatures() const =0cv::cuda::ORB纯虚函数
getNLevels() const =0cv::cuda::ORB纯虚函数
getPatchSize() const =0cv::cuda::ORB纯虚函数
getScaleFactor() const =0cv::cuda::ORB纯虚函数
getScoreType() const =0cv::cuda::ORB纯虚函数
getWTA_K() const =0cv::cuda::ORB纯虚函数
load(const String &filename, const String &objname=String())cv::Algorithm内联静态
loadFromString(const String &strModel, const String &objname=String())cv::Algorithm内联静态
OCTAVE_ROWcv::cuda::ORB静态
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2D虚函数
RESPONSE_ROWcv::cuda::ORB静态
ROWS_COUNTcv::cuda::ORB静态
save(const String &filename) constcv::Algorithm虚函数
setBlurForDescriptor(bool blurForDescriptor)=0cv::cuda::ORB纯虚函数
setEdgeThreshold(int edgeThreshold)=0cv::cuda::ORB纯虚函数
setFastThreshold(int fastThreshold)=0cv::cuda::ORB纯虚函数
setFirstLevel(int firstLevel)=0cv::cuda::ORB纯虚函数
setMaxFeatures(int maxFeatures)=0cv::cuda::ORB纯虚函数
setNLevels(int nlevels)=0cv::cuda::ORB纯虚函数
setPatchSize(int patchSize)=0cv::cuda::ORB纯虚函数
setScaleFactor(double scaleFactor)=0cv::cuda::ORB纯虚函数
setScoreType(int scoreType)=0cv::cuda::ORB纯虚函数
setWTA_K(int wta_k)=0cv::cuda::ORB纯虚函数
SIZE_ROWcv::cuda::ORB静态
write(const String &fileName) constcv::Feature2D
write(FileStorage &) const CV_OVERRIDEcv::Feature2D虚函数
write(FileStorage &fs, const String &name) constcv::Feature2D内联
write(const Ptr< FileStorage > &fs, const String &name) constcv::Feature2D内联
writeFormat(FileStorage &fs) constcv::Algorithm保护
X_ROWcv::cuda::ORB静态
Y_ROWcv::cuda::ORB静态
~Algorithm()cv::Algorithm虚函数
~Feature2D()cv::Feature2D虚函数
~Feature2DAsync()cv::cuda::Feature2DAsync虚函数