pub fn create_selective_search_segmentation_strategy_multiple_3(
s1: Ptr<SelectiveSearchSegmentationStrategy>,
s2: Ptr<SelectiveSearchSegmentationStrategy>,
s3: Ptr<SelectiveSearchSegmentationStrategy>,
) -> Result<Ptr<SelectiveSearchSegmentationStrategyMultiple>>
Expand description
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