OpenCV  4.10.0
Open Source Computer Vision
加载中...
搜索中...
无匹配项
| 名称空间 | 函数
segmentation.hpp 文件参考
#include <opencv2/core.hpp>
segmentation.hpp 的包含依赖关系图
此关系图显示了哪些文件直接或间接包含此文件

类 cv::ximgproc::segmentation::GraphSegmentation
 基于图的分割算法。此类实现了 [86] 中所述的算法。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentation
 选择性搜索分割算法 此类实现了 [276] 中所述的算法。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategy
 选择性搜索分割算法策略 此类为 [276] 中所述的算法实现了一个通用策略。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyColor
 选择性搜索分割算法基于颜色的策略 此类由 [276] 中所述的算法实现。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyFill
 选择性搜索分割算法基于填充的策略 此类由 [276] 中所述的算法实现。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyMultiple
 重新组合多个选择性搜索分割算法策略。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategySize
 选择性搜索分割算法基于大小的策略 此类由 [276] 中所述的算法实现。 更多...
 
类 cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyTexture
 基于纹理的 Selective Search 算法策略此类是由 [276] 中描述的算法实现的。更多信息...
 

命名空间

命名空间  cv
 磁盘中文件相关文件存储的“黑盒子”表示。
 
命名空间  cv::ximgproc
 
命名空间  cv::ximgproc::segmentation
 

函数

Ptr< GraphSegmentationcv::ximgproc::segmentation::createGraphSegmentation (double sigma=0.5, float k=300, int min_size=100)
 创建一个基于图的分割器。
 
Ptr< SelectiveSearchSegmentationcv::ximgproc::segmentation::createSelectiveSearchSegmentation ()
 创建新的 SelectiveSearchSegmentation 类。
 
Ptr< SelectiveSearchSegmentationStrategyColorcv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyColor ()
 创建一个新的基于颜色的策略。
 
Ptr< SelectiveSearchSegmentationStrategyFillcv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyFill ()
 创建一个新的基于填充的策略。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple ()
 创建一个新的多策略。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1)
 创建一个新的多策略和设置一个子策略。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2)
 创建一个新的多策略并且设置两个子策略,权重相等。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2, Ptr< SelectiveSearchSegmentationStrategy > s3)
 创建一个新的多策略并且设置三个子策略,权重相等。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2, Ptr< SelectiveSearchSegmentationStrategy > s3, Ptr< SelectiveSearchSegmentationStrategy > s4)
 创建一个新的多策略并且设置四个子策略,权重相等。
 
Ptr< SelectiveSearchSegmentationStrategySizecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategySize ()
 创建基于尺寸的新策略。
 
Ptr< SelectiveSearchSegmentationStrategyTexturecv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyTexture ()
 创建基于尺寸的新策略。