OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
| 函数
cv::ximgproc::segmentation 命名空间参考

类  GraphSegmentation
 基于图的分割 算法。 该类实现了在 [86] 中描述的算法。 更多...
 
类  SelectiveSearchSegmentation
 选择性搜索分割算法 该类实现了在 [276] 中描述的算法。 更多...
 
类  SelectiveSearchSegmentationStrategy
 选择性搜索分割算法的策略 该类实现了在 [276] 中描述的算法的通用策略。 更多...
 
类  SelectiveSearchSegmentationStrategyColor
 基于颜色的选择性搜索分割算法策略 该类是根据 [276] 中描述的算法实现的。 更多...
 
类  SelectiveSearchSegmentationStrategyFill
 基于填充的选择性搜索分割算法策略 该类是根据 [276] 中描述的算法实现的。 更多...
 
类  SelectiveSearchSegmentationStrategyMultiple
 将多个策略重新组合用于选择性搜索分割算法。 更多...
 
类  SelectiveSearchSegmentationStrategySize
 基于大小的选择性搜索分割算法策略 该类是根据 [276] 中描述的算法实现的。 更多...
 
类  SelectiveSearchSegmentationStrategyTexture
 基于纹理的选择性搜索分割算法策略 该类是根据 [276] 中描述的算法实现的。 更多...
 

函数

Ptr< GraphSegmentationcreateGraphSegmentation (double sigma=0.5, float k=300, int min_size=100)
 创建一个基于图的分割器。
 
Ptr< SelectiveSearchSegmentationcreateSelectiveSearchSegmentation ()
 创建一个新的 SelectiveSearchSegmentation 类。
 
Ptr< SelectiveSearchSegmentationStrategyColorcreateSelectiveSearchSegmentationStrategyColor ()
 创建一个新的基于颜色的策略。
 
Ptr< SelectiveSearchSegmentationStrategyFillcreateSelectiveSearchSegmentationStrategyFill ()
 创建一个新的基于填充的策略。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple ()
 创建一个新的多策略。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1)
 创建一个新的多策略并设置一个子策略。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2)
 创建一个新的多策略并设置两个子策略,权重相等。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2, Ptr< SelectiveSearchSegmentationStrategy > s3)
 创建一个新的多策略并设置三个子策略,权重相等。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2, Ptr< SelectiveSearchSegmentationStrategy > s3, Ptr< SelectiveSearchSegmentationStrategy > s4)
 创建一个新的多策略并设置四个子策略,权重相等。
 
Ptr< SelectiveSearchSegmentationStrategySizecreateSelectiveSearchSegmentationStrategySize ()
 创建一个新的基于大小的策略。
 
Ptr< SelectiveSearchSegmentationStrategyTexturecreateSelectiveSearchSegmentationStrategyTexture ()
 创建一个新的基于大小的策略。