pub trait SelectiveSearchSegmentationStrategyMultipleConst: SelectiveSearchSegmentationStrategyConst {
    fn as_raw_SelectiveSearchSegmentationStrategyMultiple(
        &self
    ) -> *const c_void; }
Expand description

Regroup multiple strategies for the selective search segmentation algorithm

Required Methods

Implementors