addGraphSegmentation(Ptr< GraphSegmentation > g)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
addImage(InputArray img)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
addStrategy(Ptr< SelectiveSearchSegmentationStrategy > s)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
clearGraphSegmentations()=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
clearImages()=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
clearStrategies()=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
process(std::vector< Rect > &rects)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
save(const String &filename) const | cv::Algorithm | virtual |
setBaseImage(InputArray img)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
switchToSelectiveSearchFast(int base_k=150, int inc_k=150, float sigma=0.8f)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
switchToSelectiveSearchQuality(int base_k=150, int inc_k=150, float sigma=0.8f)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
switchToSingleStrategy(int k=200, float sigma=0.8f)=0 | cv::ximgproc::segmentation::SelectiveSearchSegmentation | 纯虚函数 |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |