pub trait SelectiveSearchSegmentationConst: AlgorithmTraitConst {
fn as_raw_SelectiveSearchSegmentation(&self) -> *const c_void;
}
Expand description
Selective search segmentation algorithm The class implements the algorithm described in uijlings2013selective.