pub trait SelectiveSearchSegmentationStrategyFill: SelectiveSearchSegmentationStrategy + SelectiveSearchSegmentationStrategyFillConst {
    // Required method
    fn as_raw_mut_SelectiveSearchSegmentationStrategyFill(
        &mut self
    ) -> *mut c_void;
}
Expand description

Fill-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in uijlings2013selective.

Required Methods§

Implementors§