OpenCV 4.10.0
开源计算机视觉库
|
这是 cv::xfeatures2d::TBMR 的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
清除() | 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 min_area=60, float max_area_relative=0.01f, float scale_factor=1.25f, int n_scales=-1) | cv::xfeatures2d::TBMR | 静态 |
cv::xfeatures2d::AffineFeature2D::create(Ptr< FeatureDetector > keypoint_detector, Ptr< DescriptorExtractor > descriptor_extractor) | cv::xfeatures2d::AffineFeature2D | 静态 |
cv::xfeatures2d::AffineFeature2D::create(Ptr< FeatureDetector > keypoint_detector) | cv::xfeatures2d::AffineFeature2D | 内联静态 |
defaultNorm() const | cv::Feature2D | 虚函数 |
descriptorSize() const | cv::Feature2D | 虚函数 |
descriptorType() const | cv::Feature2D | 虚函数 |
detect(InputArray image, std::vector< Elliptic_KeyPoint > &keypoints, InputArray mask=noArray())=0 | cv::xfeatures2d::AffineFeature2D | 纯虚函数 |
detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) | cv::xfeatures2d::AffineFeature2D | 虚函数 |
detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::xfeatures2d::AffineFeature2D | 虚函数 |
detectAndCompute(InputArray image, InputArray mask, std::vector< Elliptic_KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false)=0 | cv::xfeatures2d::AffineFeature2D | 纯虚函数 |
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::xfeatures2d::AffineFeature2D | 虚函数 |
empty() const CV_OVERRIDE | cv::Feature2D | 虚函数 |
getDefaultName() const CV_OVERRIDE | cv::Feature2D | 虚函数 |
getMaxAreaRelative() const =0 | cv::xfeatures2d::TBMR | 纯虚函数 |
getMinArea() const =0 | cv::xfeatures2d::TBMR | 纯虚函数 |
getNScales() const =0 | cv::xfeatures2d::TBMR | 纯虚函数 |
getScaleFactor() const =0 | cv::xfeatures2d::TBMR | 纯虚函数 |
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_OVERRIDE | cv::Feature2D | 虚函数 |
save(const String &filename) const | cv::Algorithm | 虚函数 |
setMaxAreaRelative(float maxArea)=0 | cv::xfeatures2d::TBMR | 纯虚函数 |
setMinArea(int minArea)=0 | cv::xfeatures2d::TBMR | 纯虚函数 |
setNScales(int n_scales)=0 | cv::xfeatures2d::TBMR | 纯虚函数 |
setScaleFactor(float scale_factor)=0 | cv::xfeatures2d::TBMR | 纯虚函数 |
write(const String &fileName) const | cv::Feature2D | |
write(FileStorage &) const CV_OVERRIDE | cv::Feature2D | 虚函数 |
write(FileStorage &fs, const String &name) const | cv::Feature2D | 内联 |
write(const Ptr< FileStorage > &fs, const String &name) const | cv::Feature2D | 内联 |
writeFormat(FileStorage &fs) const | cv::Algorithm | 受保护的 |
~Algorithm() | cv::Algorithm | 虚函数 |
~Feature2D() | cv::Feature2D | 虚函数 |