OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::hfs::HfsSegment 成员列表

这是 cv::hfs::HfsSegment 的所有成员的完整列表,包括所有继承的成员。

算法()cv::Algorithm
清除()cv::Algorithm内联
创建(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静态
为空() constcv::Algorithm内联
获取默认名称() constcv::Algorithm
获取最小区域大小 I()=0cv::hfs::HfsSegment纯虚
获取最小区域大小 II()=0cv::hfs::HfsSegment纯虚
获取 SLIC 迭代次数()=0cv::hfs::HfsSegment纯虚
获取分割 EGB 阈值 I()=0cv::hfs::HfsSegment纯虚
获取分割 EGB 阈值 II()=0cv::hfs::HfsSegment纯虚
获取 SLIC 超像素大小()=0cv::hfs::HfsSegment纯虚
获取空间权重()=0cv::hfs::HfsSegment纯虚
加载(const String &filename, const String &objname=String())cv::Algorithm内联静态
从字符串加载(const String &strModel, const String &objname=String())cv::Algorithm内联静态
执行 CPU 分割(InputArray src, bool ifDraw=true)=0cv::hfs::HfsSegment纯虚
执行 GPU 分割(InputArray src, bool ifDraw=true)=0cv::hfs::HfsSegment纯虚
读取(const FileNode &fn)cv::Algorithm内联
读取(const FileNode &fn)cv::Algorithm内联静态
保存(const String &filename) constcv::Algorithm
设置最小区域大小 I(int n)=0cv::hfs::HfsSegment纯虚
设置最小区域大小 II(int n)=0cv::hfs::HfsSegment纯虚
设置 SLIC 迭代次数(int n)=0cv::hfs::HfsSegment纯虚
设置分割 EGB 阈值 I(float c)=0cv::hfs::HfsSegment纯虚
设置分割 EGB 阈值 II(float c)=0cv::hfs::HfsSegment纯虚
设置 SLIC 超像素大小(int n)=0cv::hfs::HfsSegment纯虚
设置空间权重(float w)=0cv::hfs::HfsSegment纯虚
写入(FileStorage &fs) constcv::Algorithm内联
写入(FileStorage &fs, const String &name) constcv::Algorithm
写入(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
写入格式(FileStorage &fs) constcv::Algorithm受保护
~Algorithm()cv::Algorithm