[][src]Function opencv::ximgproc::create_selective_search_segmentation_strategy_multiple_3

pub fn create_selective_search_segmentation_strategy_multiple_3(
    s1: Ptr<dyn SelectiveSearchSegmentationStrategy>,
    s2: Ptr<dyn SelectiveSearchSegmentationStrategy>,
    s3: Ptr<dyn SelectiveSearchSegmentationStrategy>
) -> Result<Ptr<dyn SelectiveSearchSegmentationStrategyMultiple>>

Create a new multiple strategy and set three subtrategies, with equal weights

Parameters

  • s1: The first strategy
  • s2: The second strategy
  • s3: The third strategy