[][src]Trait opencv::ximgproc::SelectiveSearchSegmentationStrategyColor

pub trait SelectiveSearchSegmentationStrategyColor: SelectiveSearchSegmentationStrategy {
    pub fn as_raw_SelectiveSearchSegmentationStrategyColor(
        &self
    ) -> *const c_void;
pub fn as_raw_mut_SelectiveSearchSegmentationStrategyColor(
        &mut self
    ) -> *mut c_void; }

Color-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...