OpenCV 4.11.0
开源计算机视觉库
|
这是cv::MSER的完整成员列表,包括所有继承成员。
算法() | 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 delta=5, int min_area=60, int max_area=14400, double max_variation=0.25, double min_diversity=.2, int max_evolution=200, double area_threshold=1.01, double min_margin=0.003, int edge_blur_size=5) | cv::MSER | 静态 |
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 | 虚函数 |
detectRegions(InputArray image, std::vector< std::vector< Point > > &msers, std::vector< Rect > &bboxes)=0 | cv::MSER | 纯虚函数 |
empty() const CV_OVERRIDE | cv::Feature2D | 虚函数 |
getAreaThreshold() const =0 | cv::MSER | 纯虚函数 |
getDefaultName() const CV_OVERRIDE | cv::MSER | 虚函数 |
getDelta() const =0 | cv::MSER | 纯虚函数 |
getEdgeBlurSize() const =0 | cv::MSER | 纯虚函数 |
getMaxArea() const =0 | cv::MSER | 纯虚函数 |
getMaxEvolution() const =0 | cv::MSER | 纯虚函数 |
getMaxVariation() const =0 | cv::MSER | 纯虚函数 |
getMinArea() const =0 | cv::MSER | 纯虚函数 |
getMinDiversity() const =0 | cv::MSER | 纯虚函数 |
getMinMargin() const =0 | cv::MSER | 纯虚函数 |
getPass2Only() const =0 | cv::MSER | 纯虚函数 |
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 | 虚函数 |
setAreaThreshold(double areaThreshold)=0 | cv::MSER | 纯虚函数 |
setDelta(int delta)=0 | cv::MSER | 纯虚函数 |
setEdgeBlurSize(int edge_blur_size)=0 | cv::MSER | 纯虚函数 |
setMaxArea(int maxArea)=0 | cv::MSER | 纯虚函数 |
setMaxEvolution(int maxEvolution)=0 | cv::MSER | 纯虚函数 |
setMaxVariation(double maxVariation)=0 | cv::MSER | 纯虚函数 |
setMinArea(int minArea)=0 | cv::MSER | 纯虚函数 |
setMinDiversity(double minDiversity)=0 | cv::MSER | 纯虚函数 |
setMinMargin(double min_margin)=0 | cv::MSER | 纯虚函数 |
setPass2Only(bool f)=0 | cv::MSER | 纯虚函数 |
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 | 虚函数 |