OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::SIFT 成員列表

這是 cv::SIFT 的完整成員列表,包括所有繼承的成員。

Algorithm()cv::Algorithm
clear()cv::Algorithm內聯虛擬函式
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=0, int nOctaveLayers=3, double contrastThreshold=0.04, double edgeThreshold=10, double sigma=1.6, bool enable_precise_upscale=false)cv::SIFTstatic
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, int descriptorType, bool enable_precise_upscale=false)cv::SIFTstatic
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
getContrastThreshold() const =0cv::SIFT純虛擬函式
getDefaultName() const CV_OVERRIDEcv::SIFTvirtual
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::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
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::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