static opencv_ximgproc.SelectiveSearchSegmentationStrategyMultiple |
opencv_ximgproc.createSelectiveSearchSegmentationStrategyMultiple()
\brief Create a new multiple strategy
|
static opencv_ximgproc.SelectiveSearchSegmentationStrategyMultiple |
opencv_ximgproc.createSelectiveSearchSegmentationStrategyMultiple(opencv_ximgproc.SelectiveSearchSegmentationStrategy s1)
\brief Create a new multiple strategy and set one subtrategy
|
static opencv_ximgproc.SelectiveSearchSegmentationStrategyMultiple |
opencv_ximgproc.createSelectiveSearchSegmentationStrategyMultiple(opencv_ximgproc.SelectiveSearchSegmentationStrategy s1,
opencv_ximgproc.SelectiveSearchSegmentationStrategy s2)
\brief Create a new multiple strategy and set two subtrategies, with equal weights
|
static opencv_ximgproc.SelectiveSearchSegmentationStrategyMultiple |
opencv_ximgproc.createSelectiveSearchSegmentationStrategyMultiple(opencv_ximgproc.SelectiveSearchSegmentationStrategy s1,
opencv_ximgproc.SelectiveSearchSegmentationStrategy s2,
opencv_ximgproc.SelectiveSearchSegmentationStrategy s3)
\brief Create a new multiple strategy and set three subtrategies, with equal weights
|
static opencv_ximgproc.SelectiveSearchSegmentationStrategyMultiple |
opencv_ximgproc.createSelectiveSearchSegmentationStrategyMultiple(opencv_ximgproc.SelectiveSearchSegmentationStrategy s1,
opencv_ximgproc.SelectiveSearchSegmentationStrategy s2,
opencv_ximgproc.SelectiveSearchSegmentationStrategy s3,
opencv_ximgproc.SelectiveSearchSegmentationStrategy s4)
\brief Create a new multiple strategy and set four subtrategies, with equal weights
|