OpenCV453
cv::FastFeatureDetector メンバ一覧

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

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 threshold=10, bool nonmaxSuppression=true, FastFeatureDetector::DetectorType type=FastFeatureDetector::TYPE_9_16) (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorstatic
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
DetectorType 列挙名 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
empty() const CV_OVERRIDEcv::Feature2Dvirtual
FAST_N 列挙値 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
getDefaultName() const CV_OVERRIDEcv::FastFeatureDetectorvirtual
getNonmaxSuppression() const =0 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorpure virtual
getThreshold() const =0 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorpure virtual
getType() const =0 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorpure virtual
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
NONMAX_SUPPRESSION 列挙値 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
read(const String &fileName) (定義場所: cv::Feature2D)cv::Feature2D
read(const FileNode &) CV_OVERRIDEcv::Feature2Dvirtual
save(const String &filename) constcv::Algorithmvirtual
setNonmaxSuppression(bool f)=0 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorpure virtual
setThreshold(int threshold)=0 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorpure virtual
setType(FastFeatureDetector::DetectorType type)=0 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetectorpure virtual
THRESHOLD 列挙値 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
TYPE_5_8 列挙値 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
TYPE_7_12 列挙値 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
TYPE_9_16 列挙値 (定義場所: cv::FastFeatureDetector)cv::FastFeatureDetector
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