pub trait StructuredEdgeDetection: AlgorithmTrait + StructuredEdgeDetectionConst {
    // Required method
    fn as_raw_mut_StructuredEdgeDetection(&mut self) -> *mut c_void;
}
Expand description

Class implementing edge detection algorithm from Dollar2013 :

Required Methods§

Implementors§