OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
segmentation.hpp 文件参考
#include <opencv2/core.hpp>
segmentation.hpp 的包含依赖关系图
此图显示直接或间接包含此文件的文件

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

命名空间

命名空间 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 ()
 创建一个新的基于大小的策略。