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

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

算法()cv::Algorithm
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虚函数
create(int nfeatures=0, int nOctaveLayers=3, double contrastThreshold=0.04, double edgeThreshold=10, double sigma=1.6, bool enable_precise_upscale=false)cv::SIFT静态
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, int descriptorType, bool enable_precise_upscale=false)cv::SIFT静态
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虚函数
empty() const CV_OVERRIDEcv::Feature2D虚函数
getContrastThreshold() const =0cv::SIFT纯虚函数
getDefaultName() const CV_OVERRIDEcv::SIFT虚函数
getEdgeThreshold() const =0cv::SIFT纯虚函数
getNFeatures() const =0cv::SIFT纯虚函数
getNOctaveLayers() const =0cv::SIFT纯虚函数
getSigma() const =0cv::SIFT纯虚函数
load(const String &filename, const String &objname=String())cv::Algorithm内联静态
loadFromString(const String &strModel, const String &objname=String())cv::Algorithm内联静态
read(const String &fileName)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2D虚函数
save(const String &filename) constcv::Algorithm虚函数
setContrastThreshold(double contrastThreshold)=0cv::SIFT纯虚函数
setEdgeThreshold(double edgeThreshold)=0cv::SIFT纯虚函数
setNFeatures(int maxFeatures)=0cv::SIFT纯虚函数
setNOctaveLayers(int nOctaveLayers)=0cv::SIFT纯虚函数
setSigma(double sigma)=0cv::SIFT纯虚函数
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保护
~Algorithm()cv::Algorithm虚函数
~Feature2D()cv::Feature2D虚函数