OpenCV 4.5.3(日本語機械翻訳)
|
継承メンバを含む cv::AgastFeatureDetector の全メンバ一覧です。
AGAST_5_8 列挙値 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
AGAST_7_12d 列挙値 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
AGAST_7_12s 列挙値 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
Algorithm() (定義場所: cv::Algorithm) | cv::Algorithm | |
clear() | cv::Algorithm | inline virtual |
compute(InputArray image, CV_OUT CV_IN_OUT std::vector< KeyPoint > &keypoints, OutputArray descriptors) | cv::Feature2D | virtual |
compute(InputArrayOfArrays images, CV_OUT CV_IN_OUT std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors) | cv::Feature2D | virtual |
create(int threshold=10, bool nonmaxSuppression=true, AgastFeatureDetector::DetectorType type=AgastFeatureDetector::OAST_9_16) (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | static |
defaultNorm() const (定義場所: cv::Feature2D) | cv::Feature2D | virtual |
descriptorSize() const (定義場所: cv::Feature2D) | cv::Feature2D | virtual |
descriptorType() const (定義場所: cv::Feature2D) | cv::Feature2D | virtual |
detect(InputArray image, CV_OUT std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) | cv::Feature2D | virtual |
detect(InputArrayOfArrays images, CV_OUT std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::Feature2D | virtual |
detectAndCompute(InputArray image, InputArray mask, CV_OUT std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::Feature2D | virtual |
DetectorType 列挙名 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
empty() const CV_OVERRIDE | cv::Feature2D | virtual |
getDefaultName() const CV_OVERRIDE | cv::AgastFeatureDetector | virtual |
getNonmaxSuppression() const =0 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | pure virtual |
getThreshold() const =0 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | pure virtual |
getType() const =0 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | pure virtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inline static |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inline static |
NONMAX_SUPPRESSION 列挙値 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
OAST_9_16 列挙値 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
read(const String &fileName) (定義場所: cv::Feature2D) | cv::Feature2D | |
read(const FileNode &) CV_OVERRIDE | cv::Feature2D | virtual |
save(const String &filename) const | cv::Algorithm | virtual |
setNonmaxSuppression(bool f)=0 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | pure virtual |
setThreshold(int threshold)=0 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | pure virtual |
setType(AgastFeatureDetector::DetectorType type)=0 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | pure virtual |
THRESHOLD 列挙値 (定義場所: cv::AgastFeatureDetector) | cv::AgastFeatureDetector | |
write(const String &fileName) const (定義場所: cv::Feature2D) | cv::Feature2D | |
write(FileStorage &) const CV_OVERRIDE | cv::Feature2D | virtual |
write(const Ptr< FileStorage > &fs, const String &name=String()) const (定義場所: cv::Feature2D) | cv::Feature2D | inline |
writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm) | cv::Algorithm | protected |
~Algorithm() (定義場所: cv::Algorithm) | cv::Algorithm | virtual |
~Feature2D() (定義場所: cv::Feature2D) | cv::Feature2D | virtual |