pub trait SelectiveSearchSegmentationStrategyConst: AlgorithmTraitConst {
fn as_raw_SelectiveSearchSegmentationStrategy(&self) -> *const c_void;
}Expand description
Strategie for the selective search segmentation algorithm The class implements a generic stragery for the algorithm described in uijlings2013selective.