Trait opencv::prelude::SelectiveSearchSegmentationStrategySizeConst[][src]

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

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

Required methods

Implementors