Trait opencv::hub_prelude::GraphSegmentationConst[][src]

pub trait GraphSegmentationConst: AlgorithmTraitConst {
    fn as_raw_GraphSegmentation(&self) -> *const c_void;
}
Expand description

Graph Based Segmentation Algorithm. The class implements the algorithm described in PFF2004 .

Required methods

Implementors