OpenCV 4.10.0
开源计算机视觉库
|
这是 cv::xfeatures2d::MSDDetector 的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
清除() | cv::Algorithm | 内联虚拟 |
计算(InputArray 图像, std::vector< KeyPoint > &关键点, OutputArray 描述符) | cv::Feature2D | 虚拟 |
计算(InputArrayOfArrays 图像, std::vector< std::vector< KeyPoint > > &关键点, OutputArrayOfArrays 描述符) | cv::Feature2D | 虚拟 |
创建(int m_patch_radius=3, int m_search_area_radius=5, int m_nms_radius=5, int m_nms_scale_radius=0, float m_th_saliency=250.0f, int m_kNN=4, float m_scale_factor=1.25f, int m_n_scales=-1, bool m_compute_orientation=false) | cv::xfeatures2d::MSDDetector | 静态 |
默认规范() const | cv::Feature2D | 虚拟 |
描述符大小() const | cv::Feature2D | 虚拟 |
描述符类型() const | cv::Feature2D | 虚拟 |
检测(InputArray 图像, std::vector< KeyPoint > &关键点, InputArray 掩码=noArray()) | cv::Feature2D | 虚拟 |
检测(InputArrayOfArrays 图像, std::vector< std::vector< KeyPoint > > &关键点, InputArrayOfArrays 掩码=noArray()) | cv::Feature2D | 虚拟 |
检测并计算(InputArray 图像, InputArray 掩码, std::vector< KeyPoint > &关键点, OutputArray 描述符, bool useProvidedKeypoints=false) | cv::Feature2D | 虚拟 |
空() const CV_OVERRIDE | cv::Feature2D | 虚拟 |
获取计算方向() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取默认名称() const CV_OVERRIDE | cv::xfeatures2d::MSDDetector | 虚拟 |
获取KNN() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取Nms半径() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取Nms缩放半径() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取缩放数量() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取补丁半径() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取缩放因子() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取搜索区域半径() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
获取显著性阈值() const =0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
加载(const String &文件名, const String &对象名=String()) | cv::Algorithm | 内联静态 |
从字符串加载(const String &strModel, const String &对象名=String()) | cv::Algorithm | 内联静态 |
读取(const String &文件名) | cv::Feature2D | |
读取(const FileNode &) CV_OVERRIDE | cv::Feature2D | 虚拟 |
保存(const String &文件名) const | cv::Algorithm | 虚拟 |
设置计算方向(bool compute_orientation)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置KNN(int kNN)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置Nms半径(int nms_radius)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置Nms缩放半径(int nms_scale_radius)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置缩放数量(int use_orientation)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置补丁半径(int patch_radius)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置缩放因子(float scale_factor)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置搜索区域半径(int use_orientation)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
设置显著性阈值(float th_saliency)=0 | cv::xfeatures2d::MSDDetector | 纯虚拟 |
写入(const String &文件名) const | cv::Feature2D | |
写入(FileStorage &) const CV_OVERRIDE | cv::Feature2D | 虚拟 |
写入(FileStorage &fs, const String &名称) const | cv::Feature2D | 内联 |
写入(const Ptr< FileStorage > &fs, const String &名称) const | cv::Feature2D | 内联 |
写入格式(FileStorage &fs) const | cv::Algorithm | 受保护 |
~算法() | cv::Algorithm | 虚拟 |
~Feature2D() | cv::Feature2D | 虚拟 |