OpenCV 4.11.0
开源计算机视觉库
|
这是cv::xfeatures2d::MSDDetector的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | 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 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 | 静态 |
defaultNorm() const | cv::Feature2D | 虚函数 |
descriptorSize() const | cv::Feature2D | 虚函数 |
descriptorType() const | cv::Feature2D | 虚函数 |
detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) | cv::Feature2D | 虚函数 |
detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::Feature2D | 虚函数 |
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::Feature2D | 虚函数 |
empty() const CV_OVERRIDE | cv::Feature2D | 虚函数 |
getComputeOrientation() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getDefaultName() const CV_OVERRIDE | cv::xfeatures2d::MSDDetector | 虚函数 |
getKNN() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getNmsRadius() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getNmsScaleRadius() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getNScales() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getPatchRadius() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getScaleFactor() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getSearchAreaRadius() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
getThSaliency() const =0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
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 | 虚函数 |
setComputeOrientation(bool compute_orientation)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setKNN(int kNN)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setNmsRadius(int nms_radius)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setNmsScaleRadius(int nms_scale_radius)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setNScales(int use_orientation)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setPatchRadius(int patch_radius)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setScaleFactor(float scale_factor)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setSearchAreaRadius(int use_orientation)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
setThSaliency(float th_saliency)=0 | cv::xfeatures2d::MSDDetector | 纯虚函数 |
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 | 虚函数 |