OpenCV453
cv::ORB メンバ一覧

継承メンバを含む cv::ORB の全メンバ一覧です。

Algorithm() (定義場所: cv::Algorithm)cv::Algorithm
clear()cv::Algorithminlinevirtual
compute(InputArray image, CV_OUT CV_IN_OUT std::vector< KeyPoint > &keypoints, OutputArray descriptors)cv::Feature2Dvirtual
compute(InputArrayOfArrays images, CV_OUT CV_IN_OUT 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() const (定義場所: cv::Feature2D)cv::Feature2Dvirtual
descriptorSize() const (定義場所: cv::Feature2D)cv::Feature2Dvirtual
descriptorType() const (定義場所: cv::Feature2D)cv::Feature2Dvirtual
detect(InputArray image, CV_OUT std::vector< KeyPoint > &keypoints, InputArray mask=noArray())cv::Feature2Dvirtual
detect(InputArrayOfArrays images, CV_OUT std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray())cv::Feature2Dvirtual
detectAndCompute(InputArray image, InputArray mask, CV_OUT std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false)cv::Feature2Dvirtual
empty() const CV_OVERRIDEcv::Feature2Dvirtual
FAST_SCORE 列挙値 (定義場所: cv::ORB)cv::ORB
getDefaultName() const CV_OVERRIDEcv::ORBvirtual
getEdgeThreshold() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getFastThreshold() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getFirstLevel() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getMaxFeatures() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getNLevels() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getPatchSize() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getScaleFactor() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getScoreType() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
getWTA_K() const =0 (定義場所: cv::ORB)cv::ORBpure virtual
HARRIS_SCORE 列挙値 (定義場所: cv::ORB)cv::ORB
kBytes (定義場所: cv::ORB)cv::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)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
ScoreType 列挙名 (定義場所: cv::ORB)cv::ORB
setEdgeThreshold(int edgeThreshold)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setFastThreshold(int fastThreshold)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setFirstLevel(int firstLevel)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setMaxFeatures(int maxFeatures)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setNLevels(int nlevels)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setPatchSize(int patchSize)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setScaleFactor(double scaleFactor)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setScoreType(ORB::ScoreType scoreType)=0 (定義場所: cv::ORB)cv::ORBpure virtual
setWTA_K(int wta_k)=0 (定義場所: cv::ORB)cv::ORBpure virtual
write(const String &fileName) const (定義場所: cv::Feature2D)cv::Feature2D
write(FileStorage &) const CV_OVERRIDEcv::Feature2Dvirtual
write(const Ptr< FileStorage > &fs, const String &name=String()) const (定義場所: cv::Feature2D)cv::Feature2Dinline
writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm)cv::Algorithmprotected
~Algorithm() (定義場所: cv::Algorithm)cv::Algorithmvirtual
~Feature2D() (定義場所: cv::Feature2D)cv::Feature2Dvirtual