![]() |
OpenCV 4.10.0
开源计算机视觉
|
以下是对 cv::xfeatures2d::HarrisLaplaceFeatureDetector 的成员的完整列表,包括所有继承的成员。
| 算法() | cv::Algorithm | |
| 清除() | cv::Algorithm | inlinevirtual |
| compute(InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors) | cv::Feature2D | virtual |
| compute(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors) | cv::Feature2D | virtual |
| create(int numOctaves=6, float corn_thresh=0.01f, float DOG_thresh=0.01f, int maxCorners=5000, int num_layers=4) | cv::xfeatures2d::HarrisLaplaceFeatureDetector | static |
| defaultNorm() const | cv::Feature2D | virtual |
| descriptorSize() const | cv::Feature2D | virtual |
| descriptorType() const | cv::Feature2D | virtual |
| detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) | cv::Feature2D | virtual |
| detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::Feature2D | virtual |
| detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::Feature2D | virtual |
| empty() const CV_OVERRIDE | cv::Feature2D | virtual |
| getCornThresh() const =0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| getDefaultName() const CV_OVERRIDE | cv::xfeatures2d::HarrisLaplaceFeatureDetector | virtual |
| getDOGThresh() const =0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| getMaxCorners() const =0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| getNumLayers() const =0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| getNumOctaves() const =0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
| loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
| 读(const String &fileName) | cv::Feature2D | |
| 读(const FileNode &) CV_OVERRIDE | cv::Feature2D | virtual |
| 保存(const String &filename) const | cv::Algorithm | virtual |
| 设置角点阈值(float corn_thresh_)=0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| 设置 DOG 阈值(float DOG_thresh_)=0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| 设置最大角点数(int maxCorners_)=0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| 设置层数(int num_layers_)=0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| 设置八度数(int numOctaves_)=0 | cv::xfeatures2d::HarrisLaplaceFeatureDetector | 纯虚拟 |
| 写(const String &fileName) const | cv::Feature2D | |
| 写(FileStorage &) const CV_OVERRIDE | cv::Feature2D | virtual |
| 写(FileStorage &fs, const String &name) const | cv::Feature2D | inline |
| 写(const Ptr< FileStorage > &fs, const String &name) const | cv::Feature2D | inline |
| 写格式(FileStorage &fs) const | cv::Algorithm | 受保护的 |
| ~Algorithm() | cv::Algorithm | virtual |
| ~Feature2D() | cv::Feature2D | virtual |
1.9.8 在 2024 年 6 月 2 日星期日下午 9:52:18 为 OpenCV 生成