这是cv::hfs::HfsSegment的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | cv::Algorithm | 内联虚函数 |
create(int height, int width, float segEgbThresholdI=0.08f, int minRegionSizeI=100, float segEgbThresholdII=0.28f, int minRegionSizeII=200, float spatialWeight=0.6f, int slicSpixelSize=8, int numSlicIter=5) | cv::hfs::HfsSegment | 静态 |
empty() const | cv::Algorithm | 内联虚函数 |
getDefaultName() const | cv::Algorithm | 虚函数 |
getMinRegionSizeI()=0 | cv::hfs::HfsSegment | 纯虚函数 |
getMinRegionSizeII()=0 | cv::hfs::HfsSegment | 纯虚函数 |
getNumSlicIter()=0 | cv::hfs::HfsSegment | 纯虚函数 |
getSegEgbThresholdI()=0 | cv::hfs::HfsSegment | 纯虚函数 |
getSegEgbThresholdII()=0 | cv::hfs::HfsSegment | 纯虚函数 |
getSlicSpixelSize()=0 | cv::hfs::HfsSegment | 纯虚函数 |
getSpatialWeight()=0 | cv::hfs::HfsSegment | 纯虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
performSegmentCpu(InputArray src, bool ifDraw=true)=0 | cv::hfs::HfsSegment | 纯虚函数 |
performSegmentGpu(InputArray src, bool ifDraw=true)=0 | cv::hfs::HfsSegment | 纯虚函数 |
read(const FileNode &fn) | cv::Algorithm | 内联虚函数 |
read(const FileNode &fn) | cv::Algorithm | 内联静态 |
save(const String &filename) const | cv::Algorithm | 虚函数 |
setMinRegionSizeI(int n)=0 | cv::hfs::HfsSegment | 纯虚函数 |
setMinRegionSizeII(int n)=0 | cv::hfs::HfsSegment | 纯虚函数 |
setNumSlicIter(int n)=0 | cv::hfs::HfsSegment | 纯虚函数 |
setSegEgbThresholdI(float c)=0 | cv::hfs::HfsSegment | 纯虚函数 |
setSegEgbThresholdII(float c)=0 | cv::hfs::HfsSegment | 纯虚函数 |
setSlicSpixelSize(int n)=0 | cv::hfs::HfsSegment | 纯虚函数 |
setSpatialWeight(float w)=0 | cv::hfs::HfsSegment | 纯虚函数 |
write(FileStorage &fs) const | cv::Algorithm | 内联虚函数 |
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 | 保护 |
~Algorithm() | cv::Algorithm | 虚函数 |