[][src]Trait opencv::prelude::SelectiveSearchSegmentationStrategyFill

pub trait SelectiveSearchSegmentationStrategyFill: SelectiveSearchSegmentationStrategy {
    fn as_raw_SelectiveSearchSegmentationStrategyFill(&self) -> *const c_void;
fn as_raw_mut_SelectiveSearchSegmentationStrategyFill(
        &mut self
    ) -> *mut c_void; }

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

Required methods

Loading content...

Implementors

Loading content...